Author: sebb
Date: Fri Mar 2 21:13:36 2012
New Revision: 1296474
URL: http://svn.apache.org/viewvc?rev=1296474&view=rev
Log:
CP 23 now contains the fix
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=1296474&r1=1296473&r2=1296474&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Fri Mar 2 21:13:36 2012
@@ -332,23 +332,8 @@
</configuration>
</plugin>
</plugins>
- <!-- This section can be dropped once the parent pom is corrected (v22+)
-->
- <resources>
- <resource>
- <directory>${basedir}</directory>
- <targetPath>META-INF</targetPath>
- <includes>
- <include>NOTICE.txt</include>
- <include>LICENSE.txt</include>
- </includes>
- </resource>
- <!-- This is the default from the super-pom, currently missing from
commons parent -->
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- </resources>
-
</build>
+
<reporting>
<plugins>
<plugin>