gnodet commented on code in PR #173:
URL:
https://github.com/apache/maven-compiler-plugin/pull/173#discussion_r1101953132
##########
src/it/setup_annotation-verify-plugin/src/main/java/org.apache.maven.plugins.compiler.it/SourcePathReadGoal.java:
##########
@@ -38,15 +38,17 @@
{
@Parameter
- protected String sourceClass;
+ private String sourceClass;
@Parameter
- protected String testSourceClass;
+ private String testSourceClass;
@Parameter( defaultValue = "${project}" )
- protected MavenProject project;
+ private MavenProject project;
+
+ @Parameter( defaultValue = "${project.build.sourceEncoding}" )
+ private String encoding;
Review Comment:
Can this be moved in other PR ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]