ascheman commented on PR #11549: URL: https://github.com/apache/maven/pull/11549#issuecomment-3659198710
> Is there a common sample modular sources project that is used to test all these changes in a common team approach? > Then we can link to all the updates that are needed to the many plugins involved in the build lifecycle Well, we have a [collection of about 40 samples of Java Modules](https://github.com/support-and-care/java9-jigsaw-examples) use cases. 35 of them (all applicable ones) have been [migrated to Maven 4](https://support-and-care.github.io/java9-jigsaw-examples/#maven-4-migration) (or its current state of support for Java Modules). And we already found out some (new) challenges and verified what works by now, e.g.., compiler support is very good by now. One of the open challenges is the incomplete support of `resources` in the new `sources` tree of the POM -> PR apache/maven#11505. -- 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]
