You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/06/01 11:01:05 UTC

svn commit: r1598956 - /maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java

Author: hboutemy
Date: Sun Jun  1 09:01:05 2014
New Revision: 1598956

URL: http://svn.apache.org/r1598956
Log:
mark project read-only

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java?rev=1598956&r1=1598955&r2=1598956&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java Sun Jun  1 09:01:05 2014
@@ -306,7 +306,7 @@ public class CheckstyleViolationCheckMoj
     /**
      * The Maven Project Object.
      */
-    @Parameter ( defaultValue = "${project}" )
+    @Parameter ( defaultValue = "${project}", readonly = true )
     protected MavenProject project;
     
     /**