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: [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: [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: [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

[ANN] Apache Maven Shade Plugin Version 3.2.0 Released

2018-09-12 Thread Karl Heinz Marbaise
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/ Important Note since 3.2.0: * Maven 3.X only * If you like to use minimizeJar you have to use JDK8+ otherwise you can keep running w