Hi Karl, indeed I'm talking about Java's Module System. In essence, I'm using maven-model because I need to analyze POM files.
Rodrigo. On Fri, Apr 21, 2023 at 10:27 AM Karl Heinz Marbaise <khmarba...@gmx.de> wrote: > Hi, > > On 20.04.23 17:32, Rodrigo Bourbon wrote: > > Hi, I'm currently working with Java 11 and my project relies upon the > > maven-model <https://github.com/apache/maven/tree/master/maven-model> > and > > maven-model-builder > > <https://github.com/apache/maven/tree/master/maven-model-builder> > artifacts. > > The problem is that both have the package org.apache.maven.model.merge, > hence > > giving a split package issue when compiling with Java 9+. Is there any > plan > > on being compatible with Java 9+ in the short term? What alternatives do > > you suggest? > > > > Thanks in advance, Rodrigo. > Why does your project rely on maven-model? Creating a plugin or alike? > > > And what do you mean by Java 9+ compatible... ? Are you talking about > Java Module System? > > Kind regards > Karl Heinz Marbaise > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > >