You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2012/08/08 07:00:10 UTC

svn commit: r1370665 - /incubator/any23/trunk/pom.xml

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>