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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user