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-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org