On 17/04/2008, Jim Gomes <[EMAIL PROTECTED]> wrote: > I attempted to build the RC3 snapshot today using a clean install. It > gets most of the way through and then gives me an error that an > artifact is missing. It failed to resolve artifact > "org.apache.activemq:activemq-core:test-jar:tests:5.1.0". Looks like > right before that error came up it was downloading > > "http://repo1.maven.org/maven2/org/apache/activemq/activemq-core/5.1.0/activemq-core-5.1.0-tests.jar"
Were you disabling the unit tests by any chance using -Dmaven.test.skip=true? I've found this tends to work better... mvn -Dtest=false -DfailIfNoTests=false clean install -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
