Author: hboutemy
Date: Sat Jan 10 21:54:13 2015
New Revision: 1650814
URL: http://svn.apache.org/r1650814
Log:
cleanup
Removed:
maven/plugins/trunk/maven-checkstyle-plugin/src/it/avalon-checks/
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.java
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java?rev=1650814&r1=1650813&r2=1650814&view=diff
==============================================================================
---
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java
(original)
+++
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java
Sat Jan 10 21:54:13 2015
@@ -67,7 +67,6 @@ import com.puppycrawl.tools.checkstyle.a
* Base abstract class for Checkstyle reports.
*
* @version $Id$
- * @since 2.8
*/
public abstract class AbstractCheckstyleReport
extends AbstractMavenReport
@@ -105,7 +104,6 @@ public abstract class AbstractCheckstyle
* <p>
* There are 3 predefined rulesets included in Maven Checkstyle Plugin:
* </p>
- * <p/>
* <ul>
* <li><code>config/sun_checks.xml</code>: Sun Checks.</li>
* <li><code>config/turbine_checks.xml</code>: Turbine Checks.</li>
Modified:
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.java?rev=1650814&r1=1650813&r2=1650814&view=diff
==============================================================================
---
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.java
(original)
+++
maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.java
Sat Jan 10 21:54:13 2015
@@ -34,7 +34,6 @@ import java.util.List;
* build.
*
* @version $Id$
- * @since 2.8
*/
@Mojo( name = "checkstyle-aggregate", aggregator = true,
requiresDependencyResolution = ResolutionScope.COMPILE,
threadSafe = true )