Moved apache2.0-header.txt file to root project.

This commit is contained in:
Ryszard Wiśniewski 2011-01-17 23:54:36 +01:00
parent 3b0b133827
commit a84602076f
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
<configuration>
<header>src/templates/apache2.0-header.txt</header>
<header>${project.parent.basedir}/src/templates/apache2.0-header.txt</header>
<strictCheck>true</strictCheck>
</configuration>
<executions>