Author: veithen
Date: Tue Jun 9 21:51:53 2015
New Revision: 1684543
URL: http://svn.apache.org/r1684543
Log:
Update release process documentation.
Modified:
webservices/axiom/trunk/devguide/src/docbkx/devguide.xml
Modified: webservices/axiom/trunk/devguide/src/docbkx/devguide.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/devguide/src/docbkx/devguide.xml?rev=1684543&r1=1684542&r2=1684543&view=diff
==============================================================================
--- webservices/axiom/trunk/devguide/src/docbkx/devguide.xml (original)
+++ webservices/axiom/trunk/devguide/src/docbkx/devguide.xml Tue Jun 9
21:51:53 2015
@@ -964,12 +964,6 @@ javax.xml.stream.XMLOutputFactory=com.be
<itemizedlist>
<listitem>
<para>
- Check for the latest Apache parent POM version
(artifact <literal>org.apache:apache</literal>)
- and if necessary, change the parent of the Axiom root
POM.
- </para>
- </listitem>
- <listitem>
- <para>
Check the dependencies between Java packages in the
<filename>axiom-api</filename> module.
The <package>org.apache.axiom.util</package> package
(including its subpackages) is specified
to contain utility classes that don't depend on higher
level APIs. More precisely,
@@ -1011,10 +1005,9 @@ javax.xml.stream.XMLOutputFactory=com.be
</listitem>
<listitem>
<para>
- Check that the generated Javadoc contains the
appropriate set of packages.
- In particular, unit test related classes should be
excluded, except for the test suite
- classes in <package>org.apache.axiom.ts</package> (we
don't need to hide the fact that we have
- a reusable test suite...).
+ Check that the generated Javadoc contains the
appropriate set of packages, i.e. only the public API.
+ This excludes classes from
<filename>axiom-impl</filename> and <filename>axiom-dom</filename> as well as
classes
+ related to unit tests.
</para>
</listitem>
<listitem>
@@ -1027,7 +1020,8 @@ javax.xml.stream.XMLOutputFactory=com.be
<listitem>
<para>
Check that the set of license files in the
<filename>legal</filename> directory
- is complete and accurate.
+ is complete and accurate (by checking that in the
binary distribution, there is a license file
+ for every third party JAR in the
<filename>lib</filename> folder).
</para>
</listitem>
<listitem>