You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2014/01/13 18:38:05 UTC

svn commit: r1557785 - /commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Author: mbenson
Date: Mon Jan 13 17:38:04 2014
New Revision: 1557785

URL: http://svn.apache.org/r1557785
Log:
CMS commit to commons by mbenson

Modified:
    commons/cms-site/trunk/content/xdoc/releases/prepare.xml

Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1557785&r1=1557784&r2=1557785&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original)
+++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Mon Jan 13 17:38:04 2014
@@ -183,10 +183,13 @@
       </p>
       <p>
       Make sure that the release version is set to the new release and that the compile and source targets
-      are set correctly.  Generate and check in a new download page for the component:
+      are set correctly. Generate and check in a new download page for the component:
       <pre>
       mvn commons:download-page
       svn commit -m "Updated download page in preparation for 1.2 release." src/site/xdoc/download_foo.xml </pre>
+      
+        Note that the target directory must exist beforehand, and that for a multi-module project the <code>-N</code>
+        (non-recursive) parameter should be specified at the command line.
       </p>
       <p>
       When using Ant, typically the Ant "dist" target produces the source and binary distributions. Included