Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-8284

Error in pom.xml from 'weld-jsf-login'

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.2.0.Final
    • 3.2.0.CR1
    • project-examples
    • None
    • Hide

      1) Start studio.
      2) Select File->New->Example->Jboss Tools->Project Example->Weld 1.0.1->Weld JSF login example
      3) There is an error in pom.xml which blocked project building, error says:
      Multiple annotations found at this line:

      • Missing artifact javax.faces:jsf-api:jar:2.0.2-FCS:provided
      • Missing artifact org.glassfish.web:el-impl:jar:2.1.2-b04:compile
      Show
      1) Start studio. 2) Select File->New->Example->Jboss Tools->Project Example->Weld 1.0.1->Weld JSF login example 3) There is an error in pom.xml which blocked project building, error says: Multiple annotations found at this line: Missing artifact javax.faces:jsf-api:jar:2.0.2-FCS:provided Missing artifact org.glassfish.web:el-impl:jar:2.1.2-b04:compile
    • Workaround Exists
    • Hide

      Add in <repositories> section in pom.xml file from 'weld-examples-parent' project:
      <repository>
      <id>JBOSS</id>
      <name>JBoss Repository</name>
      <url>http://repository.jboss.org/maven2/</url>
      </repository>

      Show
      Add in <repositories> section in pom.xml file from 'weld-examples-parent' project: <repository> <id>JBOSS</id> <name>JBoss Repository</name> <url> http://repository.jboss.org/maven2/ </url> </repository>

    Attachments

      Activity

        People

          snjeza_jira Snjezana Peco (Inactive)
          dvinnichek Denis Vinnichek (Inactive)
          Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

          Dates

            Created:
            Updated:
            Resolved: