Tibor17 commented on a change in pull request #217: Set properties readonly 
where it doesn't make sense to change values
URL: https://github.com/apache/maven-surefire/pull/217#discussion_r251230024
 
 

 ##########
 File path: 
maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
 ##########
 @@ -660,7 +661,7 @@
      *
      * @since 2.2
      */
-    @Parameter( defaultValue = "${project.pluginArtifactRepositories}" )
+    @Parameter( defaultValue = "${project.pluginArtifactRepositories}", 
readonly = true )
 
 Review comment:
   This should be definitely readonly.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to