I'm trying to get arquillian run with jboss 7. I have downloaded the Quickstart projects from JBoss site, at http://www.jboss.org/jbossas/downloads, but I'm having troubles in running the Arquillian tests in the kitchensink project.
Maven is not able to find:
org.jboss.arquillian:arquillian-bom:pom:1.0.0.CR1
When I run
mvn clean test -Parq-jbossas-managed
Maven allways fail to find the artifact:
Downloading: http://repo1.maven.org/maven2/org/jboss/arquillian/arquillian-bom/1.0.0.CR1/arquillian-bom-1.0.0.CR1.pom [INFO] Unable to find resource 'org.jboss.arquillian:arquillian-bom:pom:1.0.0.CR1' 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.arquillian:arquillian-bom Reason: POM 'org.jboss.arquillian:arquillian-bom' not found in repository: Unable to download the artifact from any repository org.jboss.arquillian:arquillian-bom:pom:1.0.0.CR1 from the specified remote repositories: central (http://repo1.maven.org/maven2) for project org.jboss.arquillian:arquillian-bom
I'm using Maven 3, though with maven 2 the result is the same.
is Anyone running into this dependency problem?