brett 2003/10/30 03:26:38 Modified: . Tag: MAVEN_RC2_UNSTABLE maven.xml Log: remove old stuff, add plugins-install goal from bootstrap Revision Changes Path No revision No revision 1.94.2.1 +13 -23 maven/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/maven/maven.xml,v retrieving revision 1.94 retrieving revision 1.94.2.1 diff -u -r1.94 -r1.94.2.1 --- maven.xml 28 Oct 2003 00:10:35 -0000 1.94 +++ maven.xml 30 Oct 2003 11:26:38 -0000 1.94.2.1 @@ -62,6 +62,17 @@ /> </goal> + <goal name="maven:plugins-install"> + <delete dir="${maven.home}/plugins"/> + <mkdir dir="${maven.home}/plugins"/> + + <copy todir="${maven.home}/plugins" flatten="yes"> + <fileset dir="src/plugins-build"> + <include name="**/target/maven*plugin*.jar"/> + </fileset> + </copy> + </goal> + <goal name="maven:core-plugins-build" description="Build each Maven plugin into an installable jar"> @@ -156,7 +167,7 @@ <!-- R U N P L U G I N T E S T S --> <!-- ================================================================== --> <goal name="maven:plugin-test"> - <j:set var="maven.multiproject.includes" + <j:set var="maven.multiproject.includes" value="*/src/plugin-test/project.xml" /> <j:set var="goal" value="testPlugin"/> <attainGoal name="multiproject:goal" /> @@ -341,25 +352,4 @@ /> </j:if> </postGoal> - - <!-- Use build:start hook to nuke the debug log files --> - - <!-- - <postGoal name="build:start"> - <j:if test="${maven.test.distribution}"> - <delete> - <fileset dir="${basedir}"> - <include name="log*"/> - </fileset> - </delete> - </j:if> - </postGoal> - --> - - <!-- - <preGoal name="site:generate"> - <attainGoal name="clover"/> - </preGoal> - --> - -</project> + </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]