You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2012/02/22 14:24:46 UTC

svn commit: r1292275 - /james/jsieve/trunk/README.txt

Author: eric
Date: Wed Feb 22 13:24:45 2012
New Revision: 1292275

URL: http://svn.apache.org/viewvc?rev=1292275&view=rev
Log:
Document how to release jsieve in the README.txt

Modified:
    james/jsieve/trunk/README.txt

Modified: james/jsieve/trunk/README.txt
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/README.txt?rev=1292275&r1=1292274&r2=1292275&view=diff
==============================================================================
--- james/jsieve/trunk/README.txt (original)
+++ james/jsieve/trunk/README.txt Wed Feb 22 13:24:45 2012
@@ -1,5 +1,10 @@
-JSieve is built using Maven 2 (http://maven.apache.org). To build all modules type
+JSieve is built using Maven 2 (http://maven.apache.org).
 
+To build all modules type:
 % mvn install
 
- 
+To release: 
+%mvn clean javadoc:aggregate site install
+%mvn release:clean
+%mvn release:perform
+Read the rest on http://www.apache.org/dev/publishing-maven-artifacts.html



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