cstamas opened a new issue, #303: URL: https://github.com/apache/maven-gpg-plugin/issues/303
### Affected version all ### Bug description The fact that maven-gpg-plugin project is "one shot" (one module) and it produces `maven-plugin` packaging, makes it fully non reusable, while we do have code in here that we (currently duplicate) want to reuse, like Resolver 2.x BC signing in maven-resolver-generator-gpg module. This issue is just a discussion starter, to discuss why is having 1 module projects BAD (as for reusability, but same for testing reasons -- you must rebuild and rerun all the tests on whole matrix, forcing build itself to be kept on same output java level - java 8 in this case as build product carries. Effectively this prevents plugin from building with Maven 4 as it cannot run on Java 8, while testing should happen on Java 8 as well) -- 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]
