lhotari opened a new pull request #13168:
URL: https://github.com/apache/pulsar/pull/13168
### Motivation
The current modernizer-maven-plugin integration to Pulsar's build is
invalid. modernizer-maven-plugin will analyse outdated class files and this
leads to obscure error messages.
### Modifications
- the phase must be set to verify
- unless this is specified, modernizer-maven-plugin will analyse outdated
class files
### Additional context
- The [modernizer-maven-plugin documentation recommends using verify
phase](https://github.com/gaul/modernizer-maven-plugin#configuration).
--
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]