mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 10:05:54 +01:00
pom.xml: use root.basedir to find license header file (fixes problems with running "mvn verify" for parent project).
This commit is contained in:
parent
68937b969e
commit
566ea35a0d
8
pom.xml
8
pom.xml
@ -37,8 +37,14 @@
|
||||
<groupId>com.mycila.maven-license-plugin</groupId>
|
||||
<artifactId>maven-license-plugin</artifactId>
|
||||
<configuration>
|
||||
<header>${project.parent.basedir}/src/templates/apache2.0-header.txt</header>
|
||||
<header>${root.basedir}/src/templates/apache2.0-header.txt</header>
|
||||
<strictCheck>true</strictCheck>
|
||||
<excludes>
|
||||
<exclude>.gitignore</exclude>
|
||||
<exclude>LICENSE</exclude>
|
||||
<exclude>NOTICE</exclude>
|
||||
<exclude>NOTICE-smali</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
Loading…
Reference in New Issue
Block a user