Author: sebb
Date: Sun Sep 4 11:55:49 2011
New Revision: 1164998
URL: http://svn.apache.org/viewvc?rev=1164998&view=rev
Log:
Fix up resource section to standard setting
Modified:
commons/proper/math/trunk/pom.xml
Modified: commons/proper/math/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1164998&r1=1164997&r2=1164998&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sun Sep 4 11:55:49 2011
@@ -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>