Author: dennisl
Date: Mon Jun  4 21:17:01 2012
New Revision: 1346159

URL: http://svn.apache.org/viewvc?rev=1346159&view=rev
Log:
Make sure that the execution of maven-assembly-plugin is inherited in the 
"release" and "rc" profiles.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1346159&r1=1346158&r2=1346159&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Jun  4 21:17:01 2012
@@ -677,6 +677,7 @@ http://svn.apache.org/repos/asf/commons/
           </plugin>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
+            <inherited>true</inherited>
             <executions>
               <execution>
                 <goals>
@@ -760,6 +761,7 @@ http://svn.apache.org/repos/asf/commons/
           </plugin>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
+            <inherited>true</inherited>
             <executions>
               <execution>
                 <goals>


Reply via email to