jvanzyl 2002/07/04 17:51:01
Modified: src/plugins/checkstyle plugin.jelly
src/plugins/core plugin.jelly
src/plugins/javadoc plugin.jelly
src/plugins/jdepend plugin.jelly
src/plugins/junit-report plugin.jelly
src/plugins/jxr plugin.jelly
src/plugins/tasklist plugin.jelly
Log:
o Another pass at the standard plugins to clean up their goal names.
We're almost there.
Revision Changes Path
1.4 +2 -1 jakarta-turbine-maven/src/plugins/checkstyle/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/checkstyle/plugin.jelly,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plugin.jelly 28 Jun 2002 05:50:45 -0000 1.3
+++ plugin.jelly 5 Jul 2002 00:51:00 -0000 1.4
@@ -18,7 +18,8 @@
<classpath refid="maven-classpath"/>
</taskdef>
- <goal name="checkstyle">
+ <goal
+ name="checkstyle:generate-report">
<j:if test="${sourcesPresent == 'true'}">
1.11 +13 -3 jakarta-turbine-maven/src/plugins/core/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/core/plugin.jelly,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- plugin.jelly 4 Jul 2002 22:07:19 -0000 1.10
+++ plugin.jelly 5 Jul 2002 00:51:00 -0000 1.11
@@ -157,9 +157,19 @@
<!-- junit-report,site -->
- <goal name="site-report"
- prereqs="xdocs:generate,jdependx,checkstyle,
-
changelog:generate,activity:generate,javadocs,jxr,junit-report,task-list,xdocs:site">
+ <goal
+ name="site-report">
+
+ <attainGoal name="xdocs:generate"/>
+ <attainGoal name="jdepend:generate-report"/>
+ <attainGoal name="checkstyle:generate-report"/>
+ <attainGoal name="changelog:generate"/>
+ <attainGoal name="activity:generate"/>
+ <attainGoal name="javadoc:generate"/>
+ <attainGoal name="jxr:generate"/>
+ <attainGoal name="junit-report:generate"/>
+ <attainGoal name="tasklist:generate"/>
+ <attainGoal name="xdocs:site"/>
</goal>
1.2 +1 -1 jakarta-turbine-maven/src/plugins/javadoc/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/javadoc/plugin.jelly,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plugin.jelly 28 Jun 2002 01:02:17 -0000 1.1
+++ plugin.jelly 5 Jul 2002 00:51:00 -0000 1.2
@@ -7,7 +7,7 @@
<!-- ================================================================== -->
<goal
- name="javadocs">
+ name="javadoc:generate">
<j:if test="${sourcesPresent == 'true'}">
1.3 +1 -1 jakarta-turbine-maven/src/plugins/jdepend/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/jdepend/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.jelly 28 Jun 2002 01:54:31 -0000 1.2
+++ plugin.jelly 5 Jul 2002 00:51:00 -0000 1.3
@@ -13,7 +13,7 @@
</taskdef>
<goal
- name="jdependx"
+ name="jdepend:generate-report"
prereqs="maven:compile">
<j:if test="${sourcesPresent == 'true'}">
1.3 +1 -1 jakarta-turbine-maven/src/plugins/junit-report/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/junit-report/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plugin.jelly 28 Jun 2002 02:18:22 -0000 1.2
+++ plugin.jelly 5 Jul 2002 00:51:00 -0000 1.3
@@ -13,7 +13,7 @@
</taskdef>
<goal
- name="junit-report">
+ name="junit-report:generate">
<j:if test="${unitTestSourcesPresent == 'true'}">
1.2 +1 -1 jakarta-turbine-maven/src/plugins/jxr/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/jxr/plugin.jelly,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plugin.jelly 28 Jun 2002 01:02:18 -0000 1.1
+++ plugin.jelly 5 Jul 2002 00:51:00 -0000 1.2
@@ -13,7 +13,7 @@
</taskdef>
<goal
- name="jxr">
+ name="jxr:generate">
<j:if test="${sourcesPresent == 'true'}">
1.2 +1 -1 jakarta-turbine-maven/src/plugins/tasklist/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/tasklist/plugin.jelly,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plugin.jelly 28 Jun 2002 01:02:18 -0000 1.1
+++ plugin.jelly 5 Jul 2002 00:51:01 -0000 1.2
@@ -13,7 +13,7 @@
</taskdef>
<goal
- name="task-list">
+ name="tasklist:generate">
<j:if test="${sourcesPresent == 'true'}">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>