Author: ansell
Date: Wed Aug 8 05:00:10 2012
New Revision: 1370665
URL: http://svn.apache.org/viewvc?rev=1370665&view=rev
Log:
do not automatically inherit the assembly plugin in child modules
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1370665&r1=1370664&r2=1370665&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Wed Aug 8 05:00:10 2012
@@ -627,6 +627,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+ <inherited>false</inherited>
<configuration>
<descriptors>
<descriptor>${basedir}/src/main/assembly/src.xml</descriptor>