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:
Sebastian Bazley 2011-09-04 11:55:49 +00:00
parent e79fcea6cf
commit 5c04a9d456
1 changed files with 3 additions and 2 deletions

View File

@ -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>