Fix up resource section to standard setting
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1164998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e79fcea6cf
commit
5c04a9d456
5
pom.xml
5
pom.xml
|
@ -314,6 +314,7 @@
|
|||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
<!-- This section can be dropped once the parent pom is corrected (v22+) -->
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>${basedir}</directory>
|
||||
|
@ -323,9 +324,9 @@
|
|||
<include>LICENSE.txt</include>
|
||||
</includes>
|
||||
</resource>
|
||||
<!-- This is the default from the super-pom, currently missing from commons parent -->
|
||||
<resource>
|
||||
<directory>${basedir}/src/main/resources/META-INF/localization</directory>
|
||||
<targetPath>META-INF/localization</targetPath>
|
||||
<directory>src/main/resources</directory>
|
||||
</resource>
|
||||
</resources>
|
||||
|
||||
|
|
Loading…
Reference in New Issue