vmassol 2003/07/05 01:31:11
Modified: src/plugins-build/multiproject plugin.jelly
Log:
- Added some goal documentation
- Fixed one goal description
- Removed extra empty lines
Revision Changes Path
1.5 +17 -9 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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plugin.jelly 4 Jul 2003 05:19:40 -0000 1.4
+++ plugin.jelly 5 Jul 2003 08:31:11 -0000 1.5
@@ -13,11 +13,17 @@
<j:set var="maven.docs.dest"
value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}"/>
+ <!--==================================================================-->
+ <!-- Default goal: builds sites for all subprojects -->
+ <!--==================================================================-->
<goal name="multiproject"
description="Run the site goal of all subprojects"
prereqs="multiproject:site">
</goal>
+ <!--==================================================================-->
+ <!-- Builds sites for all subprojects -->
+ <!--==================================================================-->
<goal name="multiproject:site"
description="Run the site goal of all subprojects">
@@ -58,6 +64,9 @@
</goal>
+ <!--==================================================================-->
+ <!-- Generate HTML files for navigation bar across projects. -->
+ <!--==================================================================-->
<goal name="multiproject:create-nav">
<mkdir dir="${maven.gen.docs}"/>
<!-- get all projects for template processing -->
@@ -91,6 +100,9 @@
</goal>
+ <!--==================================================================-->
+ <!-- Run specific sets of goals for all subprojects -->
+ <!--==================================================================-->
<goal name="multiproject:goal" description="Run a given goal on all projects">
<!-- FIXME: This should be a tag somewhere else as it's common to do tag
param checking -->
<j:if test="${empty(goal)}">
@@ -107,12 +119,11 @@
goals="${goal}"
ignoreFailures="${maven.multiproject.ignoreFailures}"
/>
- </goal>
-
+ </goal>
<!--==================================================================-->
- <!-- Builds all artifacts for all subproject -->
- <!--==================================================================-->
+ <!-- Builds all artifacts for all subprojects -->
+ <!--==================================================================-->
<goal name="multiproject:artifact"
description=" Builds all artifacts for all subproject">
@@ -155,7 +166,7 @@
<!-- Run 'artifact':install-snapshot for all subprojects -->
<!--==================================================================-->
<goal name="multiproject:install-snapshot"
- description="Run the site goal of all subprojects">
+ description="Run 'artifact':install-snapshot for all subprojects">
<maven:reactor
basedir="${maven.multiproject.basedir}"
@@ -189,8 +200,7 @@
<goal name="multiproject:deploy-callback">
<attainGoal name="${maven.multiproject.type}:deploy"/>
- </goal>
-
+ </goal>
<!--==================================================================-->
<!-- Run 'artifact':deploy-snapshot for all subprojects -->
@@ -210,7 +220,5 @@
<goal name="multiproject:deploy-snapshot-callback">
<attainGoal name="${maven.multiproject.type}:deploy-snapshot"/>
</goal>
-
-
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]