You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2007/01/09 03:27:21 UTC

svn commit: r494304 - in /tomcat/tc6.0.x/trunk/res/maven: mvn-pub.xml mvn.properties.default servlet-api.pom

Author: fhanik
Date: Mon Jan  8 18:27:20 2007
New Revision: 494304

URL: http://svn.apache.org/viewvc?view=rev&rev=494304
Log:
fixed xml error

Modified:
    tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml
    tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default
    tomcat/tc6.0.x/trunk/res/maven/servlet-api.pom

Modified: tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml?view=diff&rev=494304&r1=494303&r2=494304
==============================================================================
--- tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml (original)
+++ tomcat/tc6.0.x/trunk/res/maven/mvn-pub.xml Mon Jan  8 18:27:20 2007
@@ -15,7 +15,7 @@
   
   To do password less upload, you can modify either
   $MAVE_HOME/conf/settings.xml or ~/.m2/settings.xml and add this snippet
-    server>
+    <server>
       <id>apache.snapshots</id>
       <username>yourusername</username>
       <privateKey>/home/yourusername/.ssh/id_rsa</privateKey>
@@ -44,6 +44,7 @@
       <arg value="-DrepositoryId=${maven.repo.repositoryId}"/>
       <arg value="-Durl=${maven.repo.url}"/>
       <arg value="-DpomFile=${pom}.tmp"/>
+      <arg value="-Dmaven.scp.executable=${maven.scp.executable}"/>
     </exec>
     <delete file="${pom}.tmp"/>
   </target>

Modified: tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default?view=diff&rev=494304&r1=494303&r2=494304
==============================================================================
--- tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default Mon Jan  8 18:27:20 2007
@@ -6,3 +6,4 @@
 tomcat.lib.path=C:/development/tomcat/6.0/tc6.0.x/trunk/output/build/lib
 tomcat.bin.path=C:/development/tomcat/6.0/tc6.0.x/trunk/output/build/bin
 tomcat.pom.path=C:/development/tomcat/6.0/tc6.0.x/trunk/res/maven
+maven.scp.executable=c:/software/unix/usr/local/wbin/pscp.exe -i /home/fhanik/.ssh/id_rsa

Modified: tomcat/tc6.0.x/trunk/res/maven/servlet-api.pom
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/servlet-api.pom?view=diff&rev=494304&r1=494303&r2=494304
==============================================================================
--- tomcat/tc6.0.x/trunk/res/maven/servlet-api.pom (original)
+++ tomcat/tc6.0.x/trunk/res/maven/servlet-api.pom Mon Jan  8 18:27:20 2007
@@ -5,4 +5,3 @@
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>javax.servlet package</description>
 </project>
-s
\ No newline at end of file



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