On May 26, 2012, at 12:12 PM, Gary Gregory wrote: > On Sat, May 26, 2012 at 2:55 PM, Christian Grobmeier <[email protected]> > wrote: > Hi, > > I am wondering why it tries to download: > http://repository.apache.org/snapshots/org/apache/logging/log4j/log4j-api/2.0-alpha1-SNAPSHOT/log4j-api-2.0-alpha1-SNAPSHOT.jar > > Its not existing. As it does not exist, maybe a "mvn install" in front > of a mvn eclipse:eclipse does help? > > Yes it does! Thank you. Now I'll have to probably run eclipse:eclipse in each > module... and create separate Eclipse projects for each… >
If you do mvn -Dmaven.test.skip=true install then you should be able to run mvn eclipse:eclipse from the root. Skipping the tests will allow everything to build and install regardless of test failures. Ralph
