-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
The JBoss rebuild of the jsf api jar contains an incorrect xml header missing the namespace.
https://repository.jboss.org/nexus/content/groups/public/javax/faces/jsf-api/1.2_15-jbossorg-2/jsf-api-1.2_15-jbossorg-2.pom
Current header:
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Correct header:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">