mirror of https://github.com/apache/jclouds.git
[issue 535] Moved LICENSE.txt to META-INF in the resource bundle
This commit is contained in:
parent
83bed07d79
commit
2f01afb3cc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue