Author: veithen
Date: Sat Aug 28 15:31:20 2010
New Revision: 990384
URL: http://svn.apache.org/viewvc?rev=990384&view=rev
Log:
Skip the source-release assembly defined in org.apache:apache. We have our own
source distribution.
Modified:
axis/axis2/java/core/trunk/pom.xml
Modified: axis/axis2/java/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=990384&r1=990383&r2=990384&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Sat Aug 28 15:31:20 2010
@@ -174,6 +174,19 @@
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
+ <!-- Override the execution defined in
org.apache:apache
+ so that the source-release assembly is
not built.
+ We define our own source distribution in
modules/distribution. -->
+ <id>source-release-assembly</id>
+ <configuration>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <skipAssembly>true</skipAssembly>
+ </configuration>
+ </execution>
+ <execution>
<id>package-other-distributions</id>
<phase>package</phase>
<goals>