Author: simonetripodi
Date: Fri Jul 1 09:26:08 2011
New Revision: 1141888
URL: http://svn.apache.org/viewvc?rev=1141888&view=rev
Log:
described how to release apidocs
Modified:
cocoon/cocoon3/trunk/RELEASE_HOWTO.txt
Modified: cocoon/cocoon3/trunk/RELEASE_HOWTO.txt
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/RELEASE_HOWTO.txt?rev=1141888&r1=1141887&r2=1141888&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/RELEASE_HOWTO.txt (original)
+++ cocoon/cocoon3/trunk/RELEASE_HOWTO.txt Fri Jul 1 09:26:08 2011
@@ -1,8 +1,6 @@
HOWTO RELEASE COCOON 3: Preparations
------------------------------------
-Note: The Cocoon release process still uploads the artifacts to people.apache.org:/x1/www/people.apache.org/builds/cocoon/
This should be changed to use the Apache Nexus installation
-
* check your workstation's settings as described at http://cocoon.apache.org/1199_1_1.html
(step 1)
* update src/main/changes/changes.xml and src/main/site/apt/download.apt in the 'cocoon-docs'
module
@@ -62,11 +60,19 @@ HOWTO RELEASE COCOON 3: After a successf
and call
'svn up'.
-
-* update the website
* upload the Javadocs
+ That's a manual operation, once created the release package, compress the
+
+ cocoon-all/target/apidocs
+
+ Then upload the compressed file on p.a.o:
+
+ scp apidocs.zip asfusername@p.a.o:/x1/www/cocoon.apache.org/3.0
+
+ Then login on remote machine and decompress
+
* send an announcement mail to announce@apache.org, users@cocoon.apache.org, dev@cocoon.apache.org
. make sure to always refer to 'Apache Cocoon' ('Cocoon' is not sufficient).
@@ -110,4 +116,3 @@ mvn org.apache.maven.plugins:maven-arche
mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create -DarchetypeGroupId=org.apache.cocoon.archetype-webapp
-DarchetypeArtifactId=cocoon-archetype-webapp -DarchetypeVersion=[version] -DgroupId=com.mycompany
-DartifactId=mywebapp -DremoteRepositories=http://people.apache.org/builds/cocoon/
* check GPG, MD5 and SHA1 files
-
|