Uploaded image for project: 'JBoss Enterprise Spec APIs'
  1. JBoss Enterprise Spec APIs
  2. JBEE-120

JBoss build of jsf api contains incorrect xml header

XMLWordPrintable

      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">
      

            ssilvert@redhat.com Stan Silvert
            pgier@redhat.com Paul Gier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: