lprimak opened a new issue, #896: URL: https://github.com/apache/shiro/issues/896
Neither JPMS module-info nor automatic module manifest entries are present in the artifacts. This causes nasty warnings from maven compiler plugin when using Shiro as a dependenc. Either module-info or manifest entry should be added to all JAR artifacts I have tried doing this, but the automated way doesn't work because the `artifactId`s have dashes in them instead of dots, which is disallowed by JPMS Also tried maven-helper plugin to transform dashes to dots, but it didn't work -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
