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:
parent
365cfc9d9a
commit
059391c473
@ -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><sourceDirectory></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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user