pzygielo opened a new pull request, #222: URL: https://github.com/apache/maven-compiler-plugin/pull/222
Without explicit `-proc`, `javac` complains about its future: ``` [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] Annotation processing is enabled because one or more processors were found on the class path. A future release of javac may disable annotation processing unless at least one processor is specified by name (-processor), or a search path is specified (--processor-path, --processor-module-path), or annotation processing is enabled explicitly (-proc:only, -proc:full). Use -Xlint:-options to suppress this message. Use -proc:none to disable annotation processing. ``` Current parameter's javadoc suggests that only `only` and `none` are allowed. This parameter however is not validated by m-compiler-p. This is also not validated by plexus-compiler. ----- - [x] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) -- 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