dion 2003/07/08 17:08:51
Modified: src/plugins-build/multiproject plugin.jelly
Log:
Add comments about restructuring the plugin
Revision Changes Path
1.6 +6 -0 maven/src/plugins-build/multiproject/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/multiproject/plugin.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.jelly 5 Jul 2003 08:31:11 -0000 1.5
+++ plugin.jelly 9 Jul 2003 00:08:51 -0000 1.6
@@ -127,6 +127,7 @@
<goal name="multiproject:artifact"
description=" Builds all artifacts for all subproject">
+ <!-- fixme: use multiproject:goal here -->
<maven:reactor
basedir="${maven.multiproject.basedir}"
includes="${maven.multiproject.includes}"
@@ -148,6 +149,7 @@
<goal name="multiproject:install"
description="Run 'artifact':install for all subprojects">
+ <!-- fixme: use multiproject:goal here -->
<maven:reactor
basedir="${maven.multiproject.basedir}"
includes="${maven.multiproject.includes}"
@@ -168,6 +170,7 @@
<goal name="multiproject:install-snapshot"
description="Run 'artifact':install-snapshot for all subprojects">
+ <!-- fixme: use multiproject:goal here -->
<maven:reactor
basedir="${maven.multiproject.basedir}"
includes="${maven.multiproject.includes}"
@@ -188,6 +191,7 @@
<goal name="multiproject:deploy"
description="Run 'artifact':deploy for all subprojects">
+ <!-- fixme: use multiproject:goal here -->
<maven:reactor
basedir="${maven.multiproject.basedir}"
includes="${maven.multiproject.includes}"
@@ -207,6 +211,8 @@
<!--==================================================================-->
<goal name="multiproject:deploy-snapshot"
description="Run 'artifact':deploy-snapshot for all subprojects">
+
+ <!-- fixme: use multiproject:goal here -->
<maven:reactor
basedir="${maven.multiproject.basedir}"
includes="${maven.multiproject.includes}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]