You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2016/05/09 22:40:16 UTC

svn commit: r1743075 - /portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt

Author: taylor
Date: Mon May  9 22:40:15 2016
New Revision: 1743075

URL: http://svn.apache.org/viewvc?rev=1743075&view=rev
Log:
adding apidocs procedure

Modified:
    portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt

Modified: portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt?rev=1743075&r1=1743074&r2=1743075&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt (original)
+++ portals/jetspeed-2/portal/trunk/docs/release/RELEASE-PROCEDURE.txt Mon May  9 22:40:15 2016
@@ -281,8 +281,15 @@ Since 2.3.1
         https://svn.apache.org/repos/asf/portals/site-live/
     Commit your changes to site-live, they will publish automatically
 
+23. GENERATE API DOCS
+    $ cd jetspeed-api
+    $ mvn javadoc:javadoc
+    $ cd target/site/apidocs
+    $ cp -R * (live-site)/jetspeed-2/apidocs
+    # cd (live-site)
+    $ svn commit -m "updating 2.3.1 apidocs"
 
-23. ANNOUNCE THE RELEASE
+24. ANNOUNCE THE RELEASE
     Make a news announcement on the Apache Portals and/or Apache Portals Applications homepage.
 
     Make an announcement about the release on the



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