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/11/04 14:13:22 UTC

svn commit: r1030927 - /servicemix/smx4/bundles/trunk/bundles-pom/pom.xml

Author: gertv
Date: Thu Nov  4 13:13:22 2010
New Revision: 1030927

URL: http://svn.apache.org/viewvc?rev=1030927&view=rev
Log:
Fix release:prepare build: avoid remote tagging as it requires an <scm/> section for every bundle

Modified:
    servicemix/smx4/bundles/trunk/bundles-pom/pom.xml

Modified: servicemix/smx4/bundles/trunk/bundles-pom/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/bundles-pom/pom.xml?rev=1030927&r1=1030926&r2=1030927&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/bundles-pom/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/bundles-pom/pom.xml Thu Nov  4 13:13:22 2010
@@ -68,6 +68,7 @@
                         <goals>deploy</goals>
                         <arguments>-Prelease</arguments>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
+                        <remoteTagging>false</remoteTagging>  <!-- avoid remote tagging as it requires an <scm/> section for every bundle -->
                     </configuration>
                 </plugin>
                 <plugin>