Author: kkolinko Date: Sat Jun 16 10:06:27 2012 New Revision: 1350900 URL: http://svn.apache.org/viewvc?rev=1350900&view=rev Log: Correct typos
Modified: tomcat/trunk/res/maven/README.txt Modified: tomcat/trunk/res/maven/README.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/README.txt?rev=1350900&r1=1350899&r2=1350900&view=diff ============================================================================== --- tomcat/trunk/res/maven/README.txt (original) +++ tomcat/trunk/res/maven/README.txt Sat Jun 16 10:06:27 2012 @@ -17,23 +17,25 @@ $Id: README.txt 1234158 2012-01-20 21:44:13Z markt $ -General preparatations before any publishing +General preparations before any publishing: 1 - Download Maven Ant Tasks (version 2.1.0 is known to work) and place it in this directory 2 - Generate a standard Tomcat release (ant release) 3 - Copy mvn.properties.default to mvn.properties and adjust it as necessary. You will need to set asf.ldap.username and you'll probably need to set gpg.exec - The other properties should be OK. NOte you;ll be prompted for your GPG - pass-phrase and LDAP password when the script runs + The other properties should be OK. Note: you will be prompted for your + GPG pass-phrase and LDAP password when the script runs. -To publish a snaphost do the following: +To publish a snapshot do the following: 1 - ant -f mvn-pub.xml deploy-snapshot - This populates https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/ + This populates + https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/ To release do the following: 1 - ant -f mvn-pub.xml deploy-release - that step creates a staging area in https://repository.apache.org/index.html#stagingRepositories + that step creates a staging area in + https://repository.apache.org/index.html#stagingRepositories 2 - check the upload and then close the repository 3 - include the repository in the VOTE thread 4 - in https://repository.apache.org/index.html#stagingRepositories release it --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org