Did you buiild the AS first?
Run this to get all the jars prior to running the testsuite:
    ./build.sh clean install -DskipTests

Also, I have noticed that still, sometimes I need to delete part of local repo to solve some deps failures.
On deps problems prevailing even after `clean install`, I'd recommend trying  `... -Dmaven.repo.local=localRepo` which will "download half of internet" but also it ensures that you have the freshest jar's possible, without any old (== possibly corrupted) metadata.

Ondra




Wolf-Dieter Fink píše v Út 15. 05. 2012 v 14:22 +0200:
I try to start a test after I build AS7 with 'mvn clean install' 
(current upstream) with:
./integration-tests.sh 
-Dtest=org.jboss.as.test.clustering.cluster.singleton.SingletonTestCase.java

but it fails with:
[WARNING] The POM for 
org.jboss.as:jboss-as-testsuite-shared:jar:7.2.0.Alpha1-SNAPSHOT is 
missing, no dependency information available
[WARNING] The POM for 
org.jboss.as:jboss-as-build:pom:7.2.0.Alpha1-SNAPSHOT is missing, no 
dependency information available
[WARNING] The POM for 
org.jboss.as:jboss-as-arquillian-container-managed:jar:7.2.0.Alpha1-SNAPSHOT 
is missing, no dependency information available
[WARNING] The POM for 
org.jboss.as:jboss-as-build-config:jar:7.2.0.Alpha1-SNAPSHOT is missing, 
no dependency information available

This is the same if I run
./integration-tests.sh install


Do I miss something or are there some wrong dependencies?

- Wolf
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev