mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22:55 +01:00
lib/pom.xml: added excludes to maven-license-plugin .
This commit is contained in:
parent
96a3b80524
commit
c958786ff9
15
lib/pom.xml
15
lib/pom.xml
@ -15,6 +15,21 @@
|
||||
|
||||
<name>apktool library</name>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>com.mycila.maven-license-plugin</groupId>
|
||||
<artifactId>maven-license-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>src/main/java/com/mindprod/**</exclude>
|
||||
<exclude>src/main/java/android/**</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>brut.j</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user