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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to