Provided scope not being applied correctly

2017-07-17 Thread David Hoffer
I have a module that has a provided scope dependency on a zip file (just resources so no need for any dependencies). The zip was produced via the maven-assembly-plugin in another module. The problem is that transitive dependencies of this zip are being included in the war being generated.

maven-javadoc-plugin, Java 9 and maven-javadoc-plugin and java 9 and ExceptionInInitializerError

2017-07-17 Thread Gary Gregory
When I try to build our Apache HttpComponent HttpClient from git master with Java 9 build 178 I get the maven-javadoc-plugin and java 9 and ExceptionInInitializerError below. This is thanks to a bug in our old Apache Commons Lang 2.x branch? Is there a plan to update maven-javadoc-plugin with the

doxia-ide/eclipse

2017-07-17 Thread Bruce Wen
Hi All, I found the eclipse update sites provided in this page do not work: https://maven.apache.org/doxia/doxia-ide/eclipse/ Bruce Wen

Re: maven-javadoc-plugin, Java 9 and maven-javadoc-plugin and java 9 and ExceptionInInitializerError

2017-07-17 Thread Robert Scholte
Yes, we are aware of this issue. I've just started a vote[1]. All feedback is appreciated! thanks, Robert [1] http://markmail.org/message/4nssutboqsahx5kb On Mon, 17 Jul 2017 18:12:22 +0200, Gary Gregory wrote: When I try to build our Apache HttpComponent

Re: maven-javadoc-plugin, Java 9 and maven-javadoc-plugin and java 9 and ExceptionInInitializerError

2017-07-17 Thread Gary Gregory
Thank you, updating to 3.0.0-M1 from the stagging repo fixed the Java 9 build issue! Garfy On Mon, Jul 17, 2017 at 1:07 PM, Robert Scholte wrote: > Yes, we are aware of this issue. > I've just started a vote[1]. All feedback is appreciated! > > thanks, > Robert > > [1]