[issue 535] Moved LICENSE.txt to META-INF in the resource bundle

This commit is contained in:
Andrew Phillips 2011-04-19 15:23:26 -04:00
parent 83bed07d79
commit 2f01afb3cc
1 changed files with 6 additions and 3 deletions

View File

@ -36,6 +36,7 @@
<build>
<resources>
<resource>
<targetPath>META-INF</targetPath>
<directory>${project.basedir}</directory>
<includes>
<include>LICENSE.txt</include>
@ -52,10 +53,12 @@
<goals>
<goal>bundle</goal>
</goals>
<!-- run *after* copying resources to the output directory -->
<phase>process-resources</phase>
<configuration>
<resourcesDirectory>${project.basedir}</resourcesDirectory>
<resourcesDirectory>${project.build.outputDirectory}</resourcesDirectory>
<includes>
<include>LICENSE.txt</include>
<include>META-INF/LICENSE.txt</include>
</includes>
</configuration>
</execution>