You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/05/30 08:17:24 UTC

svn commit: r179018 - /maven/maven-1/plugins/trunk/scm/plugin.jelly

Author: brett
Date: Sun May 29 23:17:21 2005
New Revision: 179018

URL: http://svn.apache.org/viewcvs?rev=179018&view=rev
Log:
PR: MPSCM-29
clarify usage of repository on update

Modified:
    maven/maven-1/plugins/trunk/scm/plugin.jelly

Modified: maven/maven-1/plugins/trunk/scm/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/plugin.jelly?rev=179018&r1=179017&r2=179018&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/scm/plugin.jelly Sun May 29 23:17:21 2005
@@ -125,13 +125,9 @@
   </goal>
 
   <goal name="scm:update" prereqs="scm:find-connection" description="Update the project in the current directory from SCM">
-    <j:set var="msg" value="Updating from ${scmConnection}"/>
-    <j:set var="value" value="${maven.scm.tag}"/>
-    <j:if test="${!empty(value)}">
-      <j:set var="msg" value="${msg}; using tag: ${value}" />  
-    </j:if> 
-    <ant:echo>${msg}</ant:echo>
+    <ant:echo>Updating from SCM</ant:echo>
 
+    <!-- Connection may not be used, but is needed for correct operation of Maven SCM at this point and for the tag in SVN if that were implemented -->
     <scm:update url="${scmConnection}" workingDirectory="${basedir}" username="${maven.scm.username}" password="${maven.scm.password}" />
   </goal>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org