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/01/10 14:26:49 UTC

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

Author: olamy
Date: Tue Jan 10 13:26:49 2012
New Revision: 1229530

URL: http://svn.apache.org/viewvc?rev=1229530&view=rev
Log:
fix README regarding SNAPSHOT deployment and section on site deploy

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=1229530&r1=1229529&r2=1229530&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/README.txt (original)
+++ tomcat/maven-plugin/trunk/README.txt Tue Jan 10 13:26:49 2012
@@ -2,7 +2,7 @@ to build this project you must Apache Ma
 mvn clean install will install the mojos without running integration tests.
 As there are some hardcoded integration tests with http port 1973, ajp 2001 and 2008, you could have some port allocation issues (if you don't know why those values ask olamy :-) )
 mvn clean install -Prun-its will run integration tests too: to override the default used htpp port you can use -Dits.http.port= -Dits.ajp.port=
-To deploy a snaphot version to http://people.apache.org/repo/m2-snapshot-repository/ (which is proxying by https://repository.apache.org/content/groups/snapshots-group/) you must run : mvn clean deploy .
+To deploy a snaphot version to https://repository.apache.org/content/repositories/snapshots/, you must run : mvn clean deploy .
 Note you need some configuration in ~/.m2/settings.xml:
     <server>
       <id>apache.snapshots</id>
@@ -14,6 +14,13 @@ Note you need some configuration in ~/.m
       <directoryPermissions>775</directoryPermissions>
     </server
 
+NOTE: a Jenkins job deploy SNAPSHOT automatically https://builds.apache.org/job/TomcatMavenPlugin-mvn3.x/.
+So no real to deploy manually, just commit and Jenkins will do the job for you.
+
 If you have a nice ssh key in ~/.ssh/ no need of configuring password, privateKey, passphrase.
 
 Checkstyle: this project use the Apache Maven checkstyle configuration for ide codestyle files see http://maven.apache.org/developers/committer-environment.html .
+
+Site: to test site generation, just run: mvn site. If you want more reporting (javadoc, pmd, checkstyle, jxr, changelog from jira entries), use: mvn site -Preporting.
+
+To deploy site, use: mvn clean site-deploy -Preporting. The site will be deploy to http://tomcat.apache.org/maven-plugin-${project.version}



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