You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/07/05 15:00:45 UTC

svn commit: r1689249 - /webservices/woden/trunk/java/pom.xml

Author: veithen
Date: Sun Jul  5 13:00:45 2015
New Revision: 1689249

URL: http://svn.apache.org/r1689249
Log:
Skip the generation of the source distribution configured by the apache parent POM in the apache-release profile; we generate our own distribution in woden-dist.

Modified:
    webservices/woden/trunk/java/pom.xml

Modified: webservices/woden/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=1689249&r1=1689248&r2=1689249&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Sun Jul  5 13:00:45 2015
@@ -268,6 +268,16 @@
                             </execution>
                         </executions>
                     </plugin>
+                    <plugin>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <!-- The source release is built by the woden-dist module -->
+                                <id>source-release-assembly</id>
+                                <phase>none</phase>
+                            </execution>
+                        </executions>
+                    </plugin>
                 </plugins>
             </build>
         </profile>