You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/08/02 10:43:05 UTC

svn commit: r427929 - /maven/maven-1/core/trunk/xdocs/developers/making-releases.xml

Author: aheritier
Date: Wed Aug  2 01:43:03 2006
New Revision: 427929

URL: http://svn.apache.org/viewvc?rev=427929&view=rev
Log:
Teh clean goal must be called at the beginning. If we don't call it here, it's placed (due to pregoal) after the jar creation and before the release (and that doesn't work !)

Modified:
    maven/maven-1/core/trunk/xdocs/developers/making-releases.xml

Modified: maven/maven-1/core/trunk/xdocs/developers/making-releases.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/developers/making-releases.xml?rev=427929&r1=427928&r2=427929&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/developers/making-releases.xml (original)
+++ maven/maven-1/core/trunk/xdocs/developers/making-releases.xml Wed Aug  2 01:43:03 2006
@@ -132,7 +132,7 @@
           <p>Update the website files for the download links and release notes</p>
         </li>
         <li>
-          <p>Run <code>scm:perform-release</code> with the goals <code>jar:deploy,source:deploy,javadoc:deploy,maven:installer</code>. Do this on Windows so that the .exe file is generated</p>
+          <p>Run <code>scm:perform-release</code> with the goals <code>clean,jar:deploy,source:deploy,javadoc:deploy,maven:installer</code>. Do this on Windows so that the .exe file is generated</p>
         </li>
         <li>
           <p>Manually upload the distributions to the distribution location (under <code>/binaries/</code>) and sign them.</p>