mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-05 08:14:26 +02: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>
|
<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>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>brut.j</groupId>
|
<groupId>brut.j</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user