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/26 15:42:10 UTC

svn commit: r1236197 - in /tomcat/maven-plugin/trunk: README.txt pom.xml

Author: olamy
Date: Thu Jan 26 14:42:10 2012
New Revision: 1236197

URL: http://svn.apache.org/viewvc?rev=1236197&view=rev
Log:
fix repository id and update README

Modified:
    tomcat/maven-plugin/trunk/README.txt
    tomcat/maven-plugin/trunk/pom.xml

Modified: tomcat/maven-plugin/trunk/README.txt
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/README.txt?rev=1236197&r1=1236196&r2=1236197&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/README.txt (original)
+++ tomcat/maven-plugin/trunk/README.txt Thu Jan 26 14:42:10 2012
@@ -24,3 +24,12 @@ Checkstyle: this project use the Apache 
 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}
+
+For release your ~/.m2/settings.xml must contains :
+
+    <server>
+      <id>apache.releases.https</id>
+      <username>asf id</username>
+      <password>asf password</password>
+    </server>
+

Modified: tomcat/maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1236197&r1=1236196&r2=1236197&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Thu Jan 26 14:42:10 2012
@@ -632,7 +632,7 @@
 
   <distributionManagement>
     <repository>
-      <id>apache.releases</id>
+      <id>apache.releases.https</id>
       <name>Apache Release Distribution Repository</name>
       <url>${distributionReleaseUrl}</url>
     </repository>



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