jvanzyl 2002/06/27 18:54:13
Modified: src/plugins/core plugin.jelly
Log:
Little goal to mimic the maven:site target.
Revision Changes Path
1.2 +19 -0 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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plugin.jelly 28 Jun 2002 01:12:56 -0000 1.1
+++ plugin.jelly 28 Jun 2002 01:54:13 -0000 1.2
@@ -133,4 +133,23 @@
<delete dir="${maven.test.reportsDirectory}"/>
</goal>
+ <!-- This will be the goal which mimics maven:site until we
+ allow the users to configure which reports make up the
+ standard site for deployment -->
+
+ <goal name="site">
+
+ <attainGoal name="create-xdocs"/>
+ <attainGoal name="jdependx"/>
+ <!--
+ <attainGoal name="junit-report"/>
+ -->
+ <attainGoal name="checkstyle"/>
+ <attainGoal name="change-log"/>
+ <attainGoal name="activity-log"/>
+ <attainGoal name="site"/>
+
+ </goal>
+
+
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>