Re: maven-jdeps-plugin and JDK9 - no love :(

2017-08-27 Thread Enrico Olivelli
On lun 28 ago 2017, 07:49 Mark Derricutt wrote: > Hey all, > > Now that there's versions of enforcer/javadoc and co that work with java > 9, and error-prone now seems to work with java 9 - my builds have gotten as > far as running jdeps, which appears to not like java 9 at all :( > > .smxemail.ti

maven-jdeps-plugin and JDK9 - no love :(

2017-08-27 Thread Mark Derricutt
Hey all, Now that there's versions of enforcer/javadoc and co that work with java 9, and error-prone now seems to work with java 9 - my builds have gotten as far as running jdeps, which appears to not like java 9 at all :( ``` .smxemail.tiles.enforcements:3.0.70::default of goal org.apache.mav

Re: main-class + module-version

2017-08-27 Thread Plamen Totev
Hi, On Fri, Aug 25, 2017 at 6:57 PM, Robert Scholte wrote: > I'm having a look at the JarArchiver of the plexus-archiver project as used > by maven-jar-plugin. > This archiver does some MANIFEST and index stuff already, so it kind of > makes sense to add the module-descriptor logic here as well.