[jboss-jira] [JBoss JIRA] (JBEE-120) JBoss build of jsf api contains incorrect xml header

Paul Gier (JIRA) jira-events at lists.jboss.org
Sun Feb 10 12:48:56 EST 2013


Paul Gier created JBEE-120:
------------------------------

             Summary: JBoss build of jsf api contains incorrect xml header
                 Key: JBEE-120
                 URL: https://issues.jboss.org/browse/JBEE-120
             Project: JBoss JavaEE Spec APIs
          Issue Type: Bug
          Components: general
            Reporter: Paul Gier
            Assignee: Stan Silvert
             Fix For: JavaEE 5 Spec APIs - Maint


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:
{code:xml}
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
{code}

Correct header:
{code:xml}
<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">
{code}



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list