Author: veithen
Date: Wed Dec 29 12:29:28 2010
New Revision: 1053626
URL: http://svn.apache.org/viewvc?rev=1053626&view=rev
Log:
Some additions to the release procedure.
Modified:
webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml
Modified: webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml?rev=1053626&r1=1053625&r2=1053626&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml Wed Dec 29
12:29:28 2010
@@ -303,6 +303,23 @@ javax.xml.stream.XMLOutputFactory=com.be
...
</settings>]]></screen>
</listitem>
+ <listitem>
+ <para>
+ The release process uses a Nexus staging repository.
Every committer should have access to the corresponding
+ staging profile in Nexus. To validate this, login to
<literal>repository.apache.org</literal> and check that
+ you can see the <literal>org.apache.ws</literal>
staging profile. The credentials used to deploy to Nexus
+ should be added to <filename>settings.xml</filename>:
+ </para>
+<screen><![CDATA[<servers>
+ ...
+ <server>
+ <id>apache.releases.https</id>
+ <username><!-- ASF username --></username>
+ <password><!-- ASF LDAP password --></password>
+ </server>
+ ...
+</servers>]]></screen>
+ </listitem>
</itemizedlist>
</section>
<section>
@@ -444,6 +461,12 @@ python <replaceable>path_to_etc</replace
commands to add new files and to delete files that no
longer exist. After executing the
script, commit the changes to Subversion.
</para>
+ <important>
+ <para>
+ When generating the site, please use a recent JDK
version, because some older versions
+ generate broken links.
+ </para>
+ </important>
</step>
<step>
<para>