From: Andrea A. <aa...@op...> - 2007-09-03 15:59:22
|
VanIngen, Erik (ESTG) ha scritto: > I tried to run > > mvn eclipse:eclipse > > but the following is missing > > Downloading: > http://snapshots.repository.codehaus.org//org/geotools/maven/gt2-jar-collecto > r/2.5-SNAPSHOT/gt2-jar-collector-2.5-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] A required plugin was not found: Plugin could not be found - check > that t > he goal name is correct: Unable to download the artifact from any repository > Try downloading the file manually from the project website. Ah, right, run a: mvn install -Dmaven.test.skip=true once to have all the jars built once (the -D avoid unit tests to run, so that the build goes a little faster). Then you'll be able to issue mvn eclipse:eclipse Cheers Andrea |