Update docs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@388980 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-03-26 23:04:17 +00:00
parent 365cfc9d9a
commit 059391c473
4 changed files with 10 additions and 23 deletions

View File

@ -85,9 +85,9 @@ $ maven -DgroupId=maven -DartifactId=maven-pmd-plugin -Dtype=plugin -Dversion=1.
<p>
The quickest, and easiest way to use the maven-pmd-plugin is to
add the <code>maven-pmd-plugin</code> entry to your
<a href="http://maven.apache.org/reference/project-descriptor.html#reports">
<a href="http://maven.apache.org/maven-1.x/reference/project-descriptor.html#reports">
reports</a> section in your project's project.xml
<a href="http://maven.apache.org/reference/project-descriptor.html">
<a href="http://maven.apache.org/maven-1.x/reference/project-descriptor.html">
project descriptor</a>.
</p>
@ -157,7 +157,7 @@ $ maven -DgroupId=maven -DartifactId=maven-pmd-plugin -Dtype=plugin -Dversion=1.
<p>
The maven-pmd-plugin will scan all <code>*.java</code> files in
your defined <code>&lt;sourceDirectory&gt;</code> path
specified in your <a href="http://maven.apache.org/reference/project-descriptor.html">
specified in your <a href="http://maven.apache.org/maven-1.x/reference/project-descriptor.html">
project descriptor</a>.
</p>
<p>

View File

@ -16,42 +16,29 @@
* limitations under the License.
*/
-->
<document>
<properties>
<title>Maven PMD Plug-in</title>
<title>About</title>
<author email="siegfried.goeschl@it20one.at">Siegfried Goeschl</author>
</properties>
<body>
<section name="Maven PMD Plug-in">
<p>
This plugin generates a report of the PMD static source code
analyzer.
</p>
<p>
See the <a href="faq.html">FAQ</a> for more information on Installation / Use / Configuring.
</p>
<subsection name="Thanks to ...">
<p>
And last but not least - thanks to
<a href="http://www.together.at">Together Teamlösungen</a> for
their support of Open Source Software and their contributions
such as <a href="http://www.enhydra.org">Enhydra Application
Server 5.0 ("Aonyx")</a> and a couple of Maven plugins.
</p>
</subsection>
</p>
</subsection>
</section>
</body>
</document>

View File

@ -30,10 +30,10 @@
<item name="PMD" href="http://pmd.sourceforge.net/"/>
</links>
<menu name="Home">
<item name="Front Page" href="/index.html"/>
<item name="Properties" href="/properties.html"/>
<item name="Sample" href="/images/sample.gif"/>
<item name="About" href="/index.html"/>
<item name="FAQs" href="/faq.html"/>
<item name="Properties" href="/properties.html"/>
<item name="Sample" href="/images/sample.gif" target="_blank"/>
</menu>
</body>
</project>

View File

@ -20,7 +20,7 @@
<document>
<properties>
<title>PMD Plug-in Properties</title>
<title>Properties</title>
<author email="siegfried.goeschl@it20one.at">Siegfried Goeschl</author>
</properties>