IMO we could just overwrite the version in the myfaces-core POMs, IMO we should also remove the myfaces-master POM from core for 3.x. The benefit is so minimal (commiters and mailing list config...) and always requires an additional release.
Am Fr., 18. Jan. 2019 um 18:57 Uhr schrieb Paul Nicolucci < [email protected]>: > Thanks for the information Dennis. From what I can see it looks like we > list 2.2.1 in the myfaces master pom: > https://github.com/apache/myfaces-master-pom/blob/master/pom.xml > > I hacked it up locally in my .m2 repo to use 2.5.4 and it worked. Eduardo > tried the latest version and we got a different failure. > > @Udo could you do a release of the master pom with this update 2.2.1 -> > 2.5.4? Looks like you've done the releases in the past. > > I can then change the MyFaces core poms to point to the new master pom and > should be able to move forward with the 2.3.3. release. > > Thanks, > > Paul > > [image: Inactive hide details for Dennis Kieselhorst ---01/18/2019 > 02:23:53 AM---Hi Paul, looks like an old assembly-plugin version is]Dennis > Kieselhorst ---01/18/2019 02:23:53 AM---Hi Paul, looks like an old > assembly-plugin version is used. > > From: Dennis Kieselhorst <[email protected]> > To: <[email protected]> > Date: 01/18/2019 02:23 AM > Subject: Re: MyFaces 2.3.3 release issue - any help is appreciated > ------------------------------ > > > > Hi Paul, > > looks like an old assembly-plugin version is used. > > This one is for the stacktrace > https://github.com/apache/maven-assembly-plugin/blob/maven-assembly-plugin-2.2.1/src/main/java/org/apache/maven/plugin/assembly/mojos/AbstractAssemblyMojo.java > and > doesn't allow posix while master > https://github.com/apache/maven-assembly-plugin/blob/master/src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java > allows > it. > > Regards > Dennis > > > > >
