$ file org/glassfish/mojarra-parent/2.3.9.payara-p3/mojarra-parent-2.3.9.payara-p3.pom
org/glassfish/mojarra-parent/2.3.9.payara-p3/mojarra-parent-2.3.9.payara-p3.pom: Java archive data (JAR)
Expected, like for 2.3.9-p*-p2:
$ file org/glassfish/mojarra-parent/2.3.9.payara-p2/mojarra-parent-2.3.9.payara-p2.pom
org/glassfish/mojarra-parent/2.3.9.payara-p2/mojarra-parent-2.3.9.payara-p2.pom: XML 1.0 document, ASCII text
As a result - I experience build failure due to being unable to use/find mojarra-parent-2.3.9.payara-p3.pom.
It seems that with #263, jar manifested as
#Generated by org.apache.felix.bundleplugin
#Mon Aug 12 11:07:01 BST 2019
version=2.3.9.payara-p3
groupId=org.glassfish
artifactId=jakarta.faces
Observed:
Expected, like for 2.3.9-p*-p2:
As a result - I experience build failure due to being unable to use/find mojarra-parent-2.3.9.payara-p3.pom.
It seems that with #263, jar manifested as
was commited twice - once under faces impl and second time as mojarra-parent: