Yes, originally I was doing that. It has been working for me until some changes were introduced last week. I then turned off that option and waited for the tests to run, and still got the same error.
I sync'ed to the revision 646664 and was able to build it without problems, even with turning off the tests. Not sure exactly which check-in introduced the problem yet. Sounds like I am the only one having the problem though. I will update to the latest code in the trunk as well as the snapshot 5.1.0 and see what I can get to work. On 4/18/08, James Strachan <[EMAIL PROTECTED]> wrote: > 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 >
