Re: Maven plugins, Java 9, and split packages

2017-10-20 Thread Mark Raynsford
On 2017-10-20T14:43:52 +0200 "Robert Scholte" wrote: > > > This looks to be a case of split packages amongst all of the various > > Maven artifacts. I'm adding dependency exclusions to try to work around > > the issues, but I'm not confident that'll actually work. > > > > Are there efforts underwa

Re: Maven plugins, Java 9, and split packages

2017-10-20 Thread Robert Scholte
This looks to be a case of split packages amongst all of the various Maven artifacts. I'm adding dependency exclusions to try to work around the issues, but I'm not confident that'll actually work. Are there efforts underway to clean this stuff up? No, Maven has its own modular system long bef

Maven plugins, Java 9, and split packages

2017-10-20 Thread Mark Raynsford
Hello. I'm experimenting with modularizing an existing plugin (japicmp [0]) and am running into hundreds of errors of the form: [ERROR] the unnamed module reads package org.apache.maven.plugin from both maven.plugin.api and maven.core [ERROR] the unnamed module reads package org.apache.maven.art