You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/03/11 23:02:54 UTC

svn commit: r922034 - /servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml

Author: gertv
Date: Thu Mar 11 22:02:54 2010
New Revision: 922034

URL: http://svn.apache.org/viewvc?rev=922034&view=rev
Log:
SMXCOMP-723: Fix up the release process -- ensure sources jar gets build before signatures/hashes get calculated

Modified:
    servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml

Modified: servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml?rev=922034&r1=922033&r2=922034&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-common/pom.xml Thu Mar 11 22:02:54 2010
@@ -197,7 +197,6 @@
         <executions>
           <execution>
             <id>attach-sources</id>
-            <phase>verify</phase>
             <goals>
               <goal>jar</goal>
             </goals>