inaldt opened a new issue, #1031: URL: https://github.com/apache/maven-compiler-plugin/issues/1031
### Affected version 4.0.0-beta-4 ### Bug description While trying out maven 4 with the latest compiler plugin with my private project, I stumbled on something curious with regards to annotation processing. Scenario: * run `./mvnw compile` in the root folder of [this project](https://github.com/inaldt/maven4test) * expected: a class named `MyGeneratedClass` gets generated * actual: no code gets generated Note: said class _does_ get generated if one uses the (now deprecated) `AnnotationProcessorPaths` element, as commented out in the pom of the `clientproject` subproject. -- 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]
