[ANN] Apache Maven Shade Plugin 2.3 Released

2014-05-01 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 2.3. This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies. http://maven.apache

[RESULT][VOTE] Apache Maven Shade Plugin 2.3

2014-05-01 Thread Olivier Lamy
Hi, The vote has passed with the following result: +1 (binding): John, Kristian, Mark, Hervé, Olivier +1 (non binding): Mirko I will continue the release process. Cheers -- Olivier Lamy Ecetera: http://ecetera.com.au http://twitter.com/olamy | http://linkedin.com/in/olamy -

Re: [DISCUSS] [apache-parent] Xdoclint for Java8 support

2014-05-01 Thread Robert Scholte
Hi Mark, I think we need to make a decision for the plugin first on how to handle this. IMHO it's not the task of the maven-javadoc-plugin to maintain backwards compatibility because Oracle has decided to change the behavior. However, if we keep it like it is, we'll get a huge number of jir

Re: How to read plexus/components.xml configuration from dynamically resolved artifact?

2014-05-01 Thread Jason van Zyl
What are you trying to do from a high level. Much of what Maven does to resolve, load and configure plugins dynamically can likely be reused, but if you tell me what you want I can point you at code you can lift. At a high level Maven: 1. Looks at some configuration and determines what the plug

Re: [VOTE] Apache Maven Shade Plugin 2.3

2014-05-01 Thread Hervé BOUTEMY
+1 Regards, Hervé Le mardi 29 avril 2014 15:24:53 Olivier Lamy a écrit : > Hi, > I'd like to release Apache Maven Shade Plugin 2.3. > The main goal is to fix java 1.8 usage. > We fixed 2 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=19828&styleName=Tex > t&projectId=11540 >

How to read plexus/components.xml configuration from dynamically resolved artifact?

2014-05-01 Thread Grzegorz Słowikowski
Hi I need to read "implementation" value of a component with specified "role" and "role-hint" from "META-INF/plexus/components.xml" resource of dynamically resolved artifact. In other words I want to do the same thing Maven does configuring mojo attributes with @Component( role = AnInterface.clas

[DISCUSS] [apache-parent] Xdoclint for Java8 support

2014-05-01 Thread Mark Struberg
Hi! Building with Java8 breaks buiding JavaDocs many existing maven projects. And thus most times also breaks releasing them. The reason is that they enabled all warnings and errors now by default. This means that we get tons of oddly broken builds because it also breaks for missing @param, etc

Re: [VOTE] Apache Maven Shade Plugin 2.3

2014-05-01 Thread Mark Struberg
+1 LieGrue, strub > On Thursday, 1 May 2014, 10:22, Kristian Rosenvold > wrote: > > +1 > > > > 2014-05-01 6:48 GMT+02:00 Olivier Lamy : > >> my +1 >> >> >> On 29 April 2014 15:24, Olivier Lamy wrote: >> > Hi, >> > I'd like to release Apache Maven Shade Plugin 2.3. >> > The main

Re: [VOTE] Apache Maven Shade Plugin 2.3

2014-05-01 Thread Kristian Rosenvold
+1 2014-05-01 6:48 GMT+02:00 Olivier Lamy : > my +1 > > > On 29 April 2014 15:24, Olivier Lamy wrote: > > Hi, > > I'd like to release Apache Maven Shade Plugin 2.3. > > The main goal is to fix java 1.8 usage. > > We fixed 2 issues: > > > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=