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 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://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache_maven-2Dassembly-2Dplugin_blob_maven-2Dassembly-2Dplugin-2D2.2.1_src_main_java_org_apache_maven_plugin_assembly_mojos_AbstractAssemblyMojo.java&d=DwIBaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=n-2RUhyQkncKQNTGKy9UmSKIHKSZzEVYEqiy1H7hEwA&m=F8PSVPZhiZLixIx-l44y610zP_-9gt7hbMbr98X2q6g&s=w0SJSjyVTVf6A4TFzZtc_ER3CvHjzwplIF6AgDX1KJQ&e= and doesn't allow posix while master https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache_maven-2Dassembly-2Dplugin_blob_master_src_main_java_org_apache_maven_plugins_assembly_mojos_AbstractAssemblyMojo.java&d=DwIBaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=n-2RUhyQkncKQNTGKy9UmSKIHKSZzEVYEqiy1H7hEwA&m=F8PSVPZhiZLixIx-l44y610zP_-9gt7hbMbr98X2q6g&s=_Ip6lYEDDm8KMfWI9cCPeAUzNu3EqG_z3Is2h-MoKwc&e= allows it. Regards Dennis
