You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/08/28 17:31:21 UTC

svn commit: r990384 - /axis/axis2/java/core/trunk/pom.xml

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>