You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2012/10/19 22:22:23 UTC

svn commit: r1400269 - /tomcat/maven-plugin/trunk/README.txt

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1400269 - /tomcat/maven-plugin/trunk/README.txt

Posted by Olivier Lamy <ol...@apache.org>.
2012/10/19 Konstantin Kolinko <kn...@gmail.com>:
> 2012/10/20  <ol...@apache.org>:
>> 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: dev-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: dev-help@tomcat.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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


Re: svn commit: r1400269 - /tomcat/maven-plugin/trunk/README.txt

Posted by Konstantin Kolinko <kn...@gmail.com>.
2012/10/20  <ol...@apache.org>:
> 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/



> 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-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>

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