Remove documentation about no longer needed dependencies

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@355259 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-12-08 22:43:14 +00:00
parent 9439c06e51
commit 0eeaf166c6
2 changed files with 1 additions and 10 deletions

View File

@ -31,8 +31,6 @@
<action dev="carlos" type="update">Moved reports under the checkstyle folder and renamed.</action> <action dev="carlos" type="update">Moved reports under the checkstyle folder and renamed.</action>
<action dev="carlos" type="update">Added maven.checkstyle.dir and move output files there.</action> <action dev="carlos" type="update">Added maven.checkstyle.dir and move output files there.</action>
<action dev="carlos" type="add">Added properties maven.checkstyle.output.xml and maven.checkstyle.output.txt</action> <action dev="carlos" type="add">Added properties maven.checkstyle.output.xml and maven.checkstyle.output.txt</action>
<action dev="aheritier" type="update">It requires at least maven-plugin-plugin v1.7.</action>
<action dev="aheritier" type="update">It requires at least maven-xdoc-plugin v1.10.</action>
<action dev="aheritier" type="update" issue="MPCHECKSTYLE-39">The checkstyle plugin use the maven.xdoc.locale.default to generate the report.</action> <action dev="aheritier" type="update" issue="MPCHECKSTYLE-39">The checkstyle plugin use the maven.xdoc.locale.default to generate the report.</action>
<action dev="carlos" type="add" issue="MPCHECKSTYLE-30">Ability to check test sources using property maven.checkstyle.check.tests</action> <action dev="carlos" type="add" issue="MPCHECKSTYLE-30">Ability to check test sources using property maven.checkstyle.check.tests</action>
<action dev="carlos" type="add">Generate reports filtered by severity</action> <action dev="carlos" type="add">Generate reports filtered by severity</action>

View File

@ -33,13 +33,6 @@
code violations can be easily found and corrected. code violations can be easily found and corrected.
</p> </p>
</section> </section>
<section name="Requirements">
<p>Be careful, the following plugins must be installed to use the checkstyle plugin :</p>
<ul>
<li>maven-plugin-plugin 1.7 (at least)</li>
<li>maven-xdoc-plugin 1.10 (at least)</li>
</ul>
</section>
<section name="Using the dashboard report"> <section name="Using the dashboard report">
<p> <p>