Author: carlos Date: Mon Sep 26 18:55:37 2005 New Revision: 291805 URL: http://svn.apache.org/viewcvs?rev=291805&view=rev Log: Correct goal names and remove redundant properties
Modified: maven/maven-1/plugins/trunk/jdepend/xdocs/goals.xml maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml Modified: maven/maven-1/plugins/trunk/jdepend/xdocs/goals.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/xdocs/goals.xml?rev=291805&r1=291804&r2=291805&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/jdepend/xdocs/goals.xml (original) +++ maven/maven-1/plugins/trunk/jdepend/xdocs/goals.xml Mon Sep 26 18:55:37 2005 @@ -26,11 +26,7 @@ <body> <goals> <goal> - <name>jdepend</name> - <description>Generate a dependency report with JDepend</description> - </goal> - <goal> - <name>jdepend:generate-report</name> + <name>maven-jdepend-plugin:report</name> <description>Generate a dependency report with JDepend</description> </goal> </goals> Modified: maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml?rev=291805&r1=291804&r2=291805&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/jdepend/xdocs/properties.xml Mon Sep 26 18:55:37 2005 @@ -25,85 +25,10 @@ </properties> <body> <section name="jdepend Settings"> - <table> - <tr> - <th>Property</th> - <th>Optional?</th> - <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> + <p> + No properties besides those used in the + <a href="http://maven.apache.org/reference/plugins/xdoc/properties.html">maven xdoc plugin</a> + </p> </section> </body> </document> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]