Author: dennisl Date: Mon Jan 7 15:44:18 2013 New Revision: 1429852 URL: http://svn.apache.org/viewvc?rev=1429852&view=rev Log: [MCHECKSTYLE-184] Allow src/main/resources to be searched by Checkstyle
Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.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=1429852&r1=1429851&r2=1429852&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 Mon Jan 7 15:44:18 2013 @@ -94,7 +94,7 @@ public abstract class AbstractCheckstyle * * @since 2.10 */ - @Parameter( defaultValue = "${project.resources}" ) + @Parameter( defaultValue = "${project.resources}", readonly = true ) protected List<Resource> resources; /**