Re: Maven Core Release 3.6.0

2018-10-10 Thread Karl Heinz Marbaise
Hi, means we need another Maven Resolver Release before I can start with Core Release? I can start a maven relolver release this evening Kind regards Karl Heinz Marbaise On 10/10/18 21:56, Robert Scholte wrote: Issue is fixed, but I can't create this release due to travel + conference

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Olivier Lamy
please guys start a new thread to avoid hijacking of an announcement email... On Thu, 11 Oct 2018 at 07:11, Yuri de Wit wrote: > Even without the true maven-shade-plugin fails > with the same error: > > Here is the result of running mvn help:resolve-plugins -pl module/: > > [INFO] Plugin Resolv

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-10 Thread Olivier Lamy
+1 On Thu, 11 Oct 2018 at 8:02 am, Hervé BOUTEMY wrote: > +1 > > Regards, > > Hervé > > Le lundi 8 octobre 2018, 10:22:38 CEST Tibor Digana a écrit : > > Hi, > > > > We solved 17 issues: > > https://issues.apache.org/jira/projects/SUREFIRE/versions/12343425 > > > > There are still a couple of is

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.1

2018-10-10 Thread Hervé BOUTEMY
+1 Regards, Hervé Le lundi 8 octobre 2018, 10:22:38 CEST Tibor Digana a écrit : > Hi, > > We solved 17 issues: > https://issues.apache.org/jira/projects/SUREFIRE/versions/12343425 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/issues/?jql=project%20%3D%20

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Even without the true maven-shade-plugin fails with the same error: Here is the result of running mvn help:resolve-plugins -pl module/: [INFO] Plugin Resolved: maven-shade-plugin-3.2.0.jar > [INFO] Plugin Dependency Resolved: maven-plugin-api-3.0.jar > [INFO] Plugin Dependency Resolved: m

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
We use the org.springframework.build:aws-maven extension to deploy our artifacts directly to S3 and we have had issues where some plugins would not find the S3 wagon. So we ended up adding to all plugins: we just want all plugins to use the aws-maven S3 wagon at all times. I am happy to try and wh

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Enrico Olivelli
Il mer 10 ott 2018, 21:44 Yuri de Wit ha scritto: > Here it is: > > parent/pom.xml (independent parent pom): > > org.apache.maven.plugins > maven-shade-plugin > 3.2.0 > true > Why extensions? I think yo

Re: Maven Core Release 3.6.0

2018-10-10 Thread Robert Scholte
Issue is fixed, but I can't create this release due to travel + conference talk at JokerConf Robert On Wed, 10 Oct 2018 18:23:43 +0200, Robert Scholte wrote: Based on the build-server results of Maven after this update we need a Resolver 1.3.1 due to a NPE after the introduction of the

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Here it is: parent/pom.xml (independent parent pom): org.apache.maven.plugins maven-shade-plugin 3.2.0 true org.ow2.asm

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Enrico Olivelli
Il mer 10 ott 2018, 21:07 Yuri de Wit ha scritto: > Hi Enrico, > > I tried, but I could not get the dependency upgraded. I don't know why. I > even tried setting the asmVersion property but without luck. > thanks, > Can you share your plugin config? Enrico > > On Wed, Oct 10, 2018 at 2:01 PM En

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Hi Enrico, I tried, but I could not get the dependency upgraded. I don't know why. I even tried setting the asmVersion property but without luck. thanks, On Wed, Oct 10, 2018 at 2:01 PM Enrico Olivelli wrote: > You can override the dependency on asm inside the plugin configuration if > it is on

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Enrico Olivelli
You can override the dependency on asm inside the plugin configuration if it is only a matter for upgrade This should work and unblock you Enrico Il mer 10 ott 2018, 16:17 Yuri de Wit ha scritto: > For what is worth: > > Caused by: java.lang.UnsupportedOperationException: This feature requires >

Re: Maven Core Release 3.6.0

2018-10-10 Thread Robert Scholte
Based on the build-server results of Maven after this update we need a Resolver 1.3.1 due to a NPE after the introduction of the FileTransformer. I have an idea what the problem is, will fix it soon. thanks, Robert On Mon, 08 Oct 2018 20:33:24 +0200, Michael Osipov <1983-01...@gmx.net> wrote

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
For what is worth: Caused by: java.lang.UnsupportedOperationException: This feature requires ASM7 at org.objectweb.asm.ClassVisitor.visitNestHost (ClassVisitor.java:150) at org.objectweb.asm.ClassReader.accept (ClassReader.java:541) at org.objectweb.asm.ClassReader.accept (ClassReader.

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Hi Olivier, Thanks for the head up! On Wed, Oct 10, 2018 at 9:16 AM Olivier Lamy wrote: > Hi > On my TODO for next week with pmd and maven-plugin-plugin > Cheers > Olivier > > On Wed, 10 Oct 2018 at 10:01 pm, Yuri de Wit wrote: > > > It turns out there is already a JIRA issue for this: MSHAD

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Olivier Lamy
Hi On my TODO for next week with pmd and maven-plugin-plugin Cheers Olivier On Wed, 10 Oct 2018 at 10:01 pm, Yuri de Wit wrote: > It turns out there is already a JIRA issue for this: MSHADE-301 > . And it has been fixed > by Olivier Lamy. > > tha

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
It turns out there is already a JIRA issue for this: MSHADE-301 . And it has been fixed by Olivier Lamy. thanks, On Wed, Oct 10, 2018 at 8:56 AM Yuri de Wit wrote: > Hi Enrico, > > This is the error I get: > > org.apache.maven.plugin.MojoExecuti

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Hi Enrico, This is the error I get: org.apache.maven.plugin.MojoExecutionException: Error in ASM processing class org/test/A/ext/StateExtension.class: This feature requires ASM7 -> [Help 1] My understanding is that asm version 6.2.1 doesn't support Java 11 nested classes unless the ASM7 is expli

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Enrico Olivelli
Il mer 10 ott 2018, 13:02 Yuri de Wit ha scritto: > Hi, > > Any plans to release 3.2.1 with Java 11 support? > I am using jdk11 with current stable version. Which is your problem? Enrico > > thanks, > > On Wed, Sep 12, 2018 at 5:34 PM Karl Heinz Marbaise > > wrote: > > > The Apache Maven team

Re: [ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-10-10 Thread Yuri de Wit
Hi, Any plans to release 3.2.1 with Java 11 support? thanks, On Wed, Sep 12, 2018 at 5:34 PM Karl Heinz Marbaise wrote: > The Apache Maven team is pleased to announce the release of the > Apache Maven Shade Plugin Version 3.2.0 > > https://maven.apache.org/plugins/maven-shade-plugin/ > > Impor