Author: olamy Date: Fri Oct 19 20:22:22 2012 New Revision: 1400269 URL: http://svn.apache.org/viewvc?rev=1400269&view=rev Log: add doc on how to test tomcat6 maven artifacts
Modified: tomcat/maven-plugin/trunk/README.txt Modified: tomcat/maven-plugin/trunk/README.txt URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/README.txt?rev=1400269&r1=1400268&r2=1400269&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/README.txt (original) +++ tomcat/maven-plugin/trunk/README.txt Fri Oct 19 20:22:22 2012 @@ -56,5 +56,7 @@ To test staging artifacts for a vote pro * pass staging repository as parameter: -DtcStagedReleaseUrl= * pass tomcat version as parameter: -Dtomcat7Version= -Sample: mvn clean install -Prun-its -Ptc-staging -DtcStagedReleaseUrl=https://repository.apache.org/content/repositories/orgapachetomcat-020/ -Dtomcat7Version=7.0.26 +Sample for tomcat7 artifacts: mvn clean install -Prun-its -Ptc-staging -DtcStagedReleaseUrl=https://repository.apache.org/content/repositories/orgapachetomcat-020/ -Dtomcat7Version=7.0.26 + +Sample for tomcat6 artifacts: mvn clean install -Prun-its -Ptc-staging -DtcStagedReleaseUrl=https://repository.apache.org/content/repositories/orgapachetomcat-020/ -Dtomcat6Version=7.0.26 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org