There is a huge problem in eclipse with Java 9 Modules and the src/test folder structure in Maven. I still don’t think it’s been resolved.
On Sun, Oct 11, 2020 at 10:33 PM Gili (Jira) <[email protected]> wrote: > Gili created DIRMINA-1138: > ----------------------------- > > Summary: Java Module support > Key: DIRMINA-1138 > URL: https://issues.apache.org/jira/browse/DIRMINA-1138 > Project: MINA > Issue Type: Improvement > Components: Core > Reporter: Gili > > > Please improve Java Module support by fixing split packages in the build > artifacts and adding a module-info.java file for users of Java9+ > > You can use the mechanism at > https://github.com/apache/maven-compiler-plugin/blob/master/src/it/multirelease-patterns/singleproject-runtime/pom.xml#L102-L108 > to produce multirelease JARs that will provide separate files to users of > Java9 without breaking anything for users of Java8 or older. > > > > -- > This message was sent by Atlassian Jira > (v8.3.4#803005) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
