1 Reply Latest reply on Dec 23, 2011 6:04 AM by aslak

    Arquillian build failed

    sewatech

      Hi everybody,

       

      I wanted to build arquillian for the first time, but it failed.

       

      When I run 'mvn clean install' on arquillian-core, maven cannot resolve some dependencies. It does not find the following artifacts in http://repo1.maven.org/maven2.

      - for org.jboss.arquillian.testenricher:arquillian-testenricher-cdi, does not find org.jboss.weld:weld-core:jar:1.1.0.Final

      - for org.jboss.arquillian.protocol:arquillian-protocol-servlet, does not find jboss.web:servlet-api:jar:3.0.0.alpha-25

      - for examples, does not find org.jboss.ejb3:jboss-ejb3-api:jar:3.1.0, jboss.web:servlet-api:jar:3.0.0.alpha-25 and javax.jms:jms:jar:1.1

       

      Alexis