jvanzyl 2002/07/09 07:57:37
Modified: src/plugins/java plugin.jelly
Log:
o Remove the site generation.
Revision Changes Path
1.6 +0 -25 jakarta-turbine-maven/src/plugins/java/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/java/plugin.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.jelly 9 Jul 2002 13:27:43 -0000 1.5
+++ plugin.jelly 9 Jul 2002 14:57:37 -0000 1.6
@@ -163,29 +163,4 @@
</goal>
- <!-- ================================================================== -->
- <!-- S I T E G E N E R A T I O N -->
- <!-- ================================================================== -->
-
- <goal name="site"
- description="Generate the web site"
- prereqs="site:generate"/>
-
- <goal
- name="site:generate"
- description="Generate the web site">
-
- <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="xdoc:generate-from-pom"/>
- <attainGoal name="xdoc:transform"/>
-
- </goal>
-
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>