2012/10/19 Konstantin Kolinko <[email protected]>: > 2012/10/20 <[email protected]>: >> 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 >> > > -Dtomcat6Version=7.0.26 > is a wrong version to use in a Tomcat 6 example ;) > > BTW, the current staging repository for 6.0.36 is > https://repository.apache.org/content/repositories/orgapachetomcat-136/ >
those lines are only samples. But I have changed those to avoid possible confusions > > >> 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: [email protected] >> For additional commands, e-mail: [email protected] >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
