Re: Recent troubles with release:prepare

2020-05-04 Thread Enrico Olivelli
Francesco, which version of Maven are you using ? (you told you have tried different Maven versions) what is so special in skipTests profile ? did you update to latest version of Apache Parent pom ? which version of the release plugin are you using ? Enrico Il giorno lun 4 mag 2020 alle ore 15:

Re: Shade plugin cannot find default setter?

2020-05-04 Thread Russell Gold
D’oh! Thank you very much! > On May 4, 2020, at 10:03 AM, Stuart McCulloch wrote: > > It looks like you're missing the tag inside the > list: > https://maven.apache.org/plugins/maven-shade-plugin/examples/class-relocation.html > > try: > > > > >javax.ejb >

Re: Shade plugin cannot find default setter?

2020-05-04 Thread Stuart McCulloch
It looks like you're missing the tag inside the list: https://maven.apache.org/plugins/maven-shade-plugin/examples/class-relocation.html try: javax.ejb jakarta.ejb javax.ejb.* On Mon, 4 May 2020 at

Shade plugin cannot find default setter?

2020-05-04 Thread Russell Gold
I’m attempting to use the shade plugin to relocate some dependent classes with the following configuration: javax.ejb jakarta.ejb javax.ejb.* but when I try running, I see: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-

Recent troubles with release:prepare

2020-05-04 Thread Francesco Chicchiriccò
Hi all, at Syncope we've been ordinarily using the Release Plugin as part of our release process [1] since the beginning, and it's been working flawlessly for > 90 releases. Unfortunately we had troubles with last two releases (Syncope 2.1.6 / 2.0.15) that we cut last week. For some reason, re