Correct goal names and remove redundant properties
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@291805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
364ab9e86b
commit
182ece0bf6
@ -26,11 +26,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>
|
<goal>
|
||||||
<name>jdepend</name>
|
<name>maven-jdepend-plugin:report</name>
|
||||||
<description>Generate a dependency report with JDepend</description>
|
|
||||||
</goal>
|
|
||||||
<goal>
|
|
||||||
<name>jdepend:generate-report</name>
|
|
||||||
<description>Generate a dependency report with JDepend</description>
|
<description>Generate a dependency report with JDepend</description>
|
||||||
</goal>
|
</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
|||||||
@ -25,85 +25,10 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<section name="jdepend Settings">
|
<section name="jdepend Settings">
|
||||||
<table>
|
<p>
|
||||||
<tr>
|
No properties besides those used in the
|
||||||
<th>Property</th>
|
<a href="http://maven.apache.org/reference/plugins/xdoc/properties.html">maven xdoc plugin</a>
|
||||||
<th>Optional?</th>
|
</p>
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.conf.dir</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>${basedir}/conf</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.gen.docs</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>${maven.build.dir}/generated-xdocs</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.build.dest</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>${maven.build.dir}/classes</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.build.src</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>${maven.build.dir}/src</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.docs.src</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>${basedir}/xdocs</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.build.dir</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>${basedir}/target</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.docs.dest</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>${maven.build.dir}/docs</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.docs.outputencoding</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>ISO-8859-1</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>maven.src.dir</td>
|
|
||||||
<td>Yes</td>
|
|
||||||
<td>
|
|
||||||
<p>Default value is
|
|
||||||
<code>${basedir}/src</code>.</p>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
Loading…
x
Reference in New Issue
Block a user