Add goal from top level maven as a test goal here.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114128 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-09-30 05:45:17 +00:00
parent 56908fd56c
commit 75a04ea07d

View File

@@ -227,4 +227,13 @@
</delete>
</j:if>
</goal>
<!-- test a plugin -->
<goal name="plugin:test">
<maven:maven
descriptor="${basedir}/src/plugin-test/project.xml"
goals="testPlugin"
ignoreFailures="false"
/>
</goal>
</project>