Added default goal

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-03-23 09:30:31 +00:00
parent 9d56a26ce9
commit eeb57356a5

View File

@ -12,6 +12,14 @@
<property name="maven.cactus.antintegration.dir"
value="${plugin.resources}/jakarta-cactus-integration-ant"/>
<!--
========================================================================
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