git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
20 lines
528 B
XML
20 lines
528 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Maven junit-report Plug-in Goals</title>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>junit-report</name>
|
|
<description>Generate a report from the test results</description>
|
|
</goal>
|
|
<goal>
|
|
<name>junit-report:generate</name>
|
|
<description>Generate a report from the test results</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |