Author: simonetripodi
Date: Tue Sep 11 11:01:31 2012
New Revision: 1383349
URL: http://svn.apache.org/viewvc?rev=1383349&view=rev
Log:
default resources settings no longer needed - each module defines the set of
resources to include
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1383349&r1=1383348&r2=1383349&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Tue Sep 11 11:01:31 2012
@@ -686,12 +686,6 @@
</executions>
</plugin>
</plugins>
-
- <resources>
- <resource>
- <directory>${basedir}/src/main/resources</directory>
- </resource>
- </resources>
</build>
<reporting>