Author: ltheussl Date: Tue Nov 22 11:04:58 2005 New Revision: 348215 URL: http://svn.apache.org/viewcvs?rev=348215&view=rev Log: PR: MPMULTIPROJECT-45 Call clean:clean before multiproject:clean
Modified: maven/maven-1/plugins/trunk/multiproject/plugin.jelly maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/multiproject/plugin.jelly URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/plugin.jelly?rev=348215&r1=348214&r2=348215&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/multiproject/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/multiproject/plugin.jelly Tue Nov 22 11:04:58 2005 @@ -383,11 +383,12 @@ <!-- Cleans all subprojects --> <!--==================================================================--> <goal name="multiproject:clean" + prereqs="clean:clean" description="Clean all subprojects"> <j:set var="internalGoal" value="clean:clean"/> <attainGoal name="multiproject:goal"/> - + </goal> Modified: maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml?rev=348215&r1=348214&r2=348215&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml Tue Nov 22 11:04:58 2005 @@ -26,6 +26,7 @@ </properties> <body> <release version="1.5-SNAPSHOT" date="in SVN"> + <action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-45">multiproject:clean doesn't remove top target directory.</action> <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <ul> <li>maven v1.0 -> v1.0.2</li>