3 Replies Latest reply on Jan 28, 2011 4:44 AM by sebastianovide

    Weld Quickstart for Maven Users ??

    sebastianovide

      Hi All,


      just following the instructions from  http://seamframework.org/Documentation/WeldQuickstartForMavenUsers


      but when I run mvn package I get:



      [INFO] Scanning for projects...
      [INFO] ------------------------------------------------------------------------
      [INFO] Building Java EE 6 webapp project
      [INFO]    task-segment: [package]
      [INFO] ------------------------------------------------------------------------
      [INFO] [resources:resources {execution: default-resources}]
      [INFO] Using 'UTF-8' encoding to copy filtered resources.
      [INFO] Copying 2 resources
      Downloading: http://repo1.maven.org/maven2/org/jboss/spec/jboss-javaee6-specs-bom/1.0.0.Beta1/jboss-javaee6-specs-bom-1.0.0.Beta1.pom
      [INFO] Unable to find resource 'org.jboss.spec:jboss-javaee6-specs-bom:pom:1.0.0.Beta1' in repository central (http://repo1.maven.org/maven2)
      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Error building POM (may not be this project's POM).
      
      
      Project ID: org.jboss.spec:jboss-javaee6-specs-bom
      
      Reason: POM 'org.jboss.spec:jboss-javaee6-specs-bom' not found in repository: Unable to download the artifact from any repository
      
        org.jboss.spec:jboss-javaee6-specs-bom:pom:1.0.0.Beta1
      
      from the specified remote repositories:
        central (http://repo1.maven.org/maven2)
      
       for project org.jboss.spec:jboss-javaee6-specs-bom
      
      
      [INFO] ------------------------------------------------------------------------
      [INFO] For more information, run Maven with the -e switch
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 1 second
      [INFO] Finished at: Thu Jan 27 17:03:57 GMT 2011
      [INFO] Final Memory: 10M/82M
      [INFO] -------






      any ideas ?