vmassol 2003/03/23 01:30:31
Modified: src/plugins-build/cactus plugin.jelly
Log:
Added default goal
Revision Changes Path
1.9 +9 -0 maven/src/plugins-build/cactus/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/cactus/plugin.jelly,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- plugin.jelly 22 Mar 2003 21:25:28 -0000 1.8
+++ plugin.jelly 23 Mar 2003 09:30:31 -0000 1.9
@@ -14,6 +14,14 @@
<!--
========================================================================
+ Default goal.
+ ========================================================================
+ -->
+ <goal name="cactus" description="Run all Cactus Test Cases"
+ prereqs="cactus:test"/>
+
+ <!--
+ ========================================================================
Initializations.
========================================================================
-->
@@ -85,6 +93,7 @@
<ant dir="${maven.cactus.antintegration.dir}"
target="cactus.run.${scriptName}">
+
<reference refid="cactus.classpath"/>
<!-- It seems there is a bug when the properties are defined in
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]