Fix licence header location when building only a single sub-module

This commit is contained in:
Andreas Gudian 2013-05-30 20:32:17 +02:00 committed by Gunnar Morling
parent ae3e95acc5
commit c5c3496047
2 changed files with 8 additions and 1 deletions

View File

@ -272,7 +272,7 @@
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<configuration>
<header>etc/license.txt</header>
<header>${basedir}/../etc/license.txt</header>
<strictCheck>true</strictCheck>
<excludes>
<exclude>.idea/**</exclude>

View File

@ -53,6 +53,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<configuration>
<header>etc/license.txt</header>
</configuration>
</plugin>
</plugins>
</build>