kwin commented on code in PR #157:
URL: https://github.com/apache/maven-parent/pull/157#discussion_r1466289438


##########
pom.xml:
##########
@@ -945,6 +945,7 @@ under the License.
     <javaVersion>8</javaVersion>
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
+    <maven.compiler.proc>none</maven.compiler.proc>

Review Comment:
   maybe a small comment would help here, saying that this needs to be 
overwritten with empty value to restore default annotation processing behaviour.



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to