Author: mbenson
Date: Tue Feb 11 17:44:53 2014
New Revision: 1567233
URL: http://svn.apache.org/r1567233
Log:
disable assembly:single from commons-parent release profile
Modified:
commons/proper/weaver/trunk/pom.xml
Modified: commons/proper/weaver/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1567233&r1=1567232&r2=1567233&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Tue Feb 11 17:44:53 2014
@@ -396,6 +396,28 @@ under the License.
</plugins>
</build>
</profile>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <inherited>false</inherited>
+ <executions>
+ <execution>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <!-- disable assembly:single from commons-parent
+ release profile; multimodule assembly handled
+ by dist module -->
+ <phase>never-ever</phase>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
<modules>