Author: veithen
Date: Mon May 24 14:38:03 2010
New Revision: 947654
URL: http://svn.apache.org/viewvc?rev=947654&view=rev
Log:
Added an item 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=947654&r1=947653&r2=947654&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml Mon May 24
14:38:03 2010
@@ -205,6 +205,13 @@ javax.xml.stream.XMLOutputFactory=com.be
In particular, unit test related classes should be
excluded.
</para>
</listitem>
+ <listitem>
+ <para>
+ Check that all dependencies and plugins are available
from standard
+ repositories. To do this, clean the local repository
and execute
+ <command>mvn clean install</command> followed by
<command>mvn site</command>.
+ </para>
+ </listitem>
</itemizedlist>
</section>
</chapter>