Bummer...  Has anyone seen the error below before ?

I hid my local repository to test a clean build of the 2.7-M0 sources
and hit this maven problem while downloading the 6.02 * 10^23 jars you
need to get started. I don't recall striking this error with a clean
build previously.


[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.codehaus.plexus:plexus-digest:jar:1.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.codehaus.plexus
-DartifactId=plexus-digest -Dversion=1.0 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=org.codehaus.plexus
-DartifactId=plexus-digest -Dversion=1.0 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.apache.maven.plugins:maven-install-plugin:maven-plugin:2.2
        2) org.codehaus.plexus:plexus-digest:jar:1.0

----------
1 required artifact is missing.

for artifact:
  org.apache.maven.plugins:maven-install-plugin:maven-plugin:2.2

from the specified remote repositories:
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  central (http://repo1.maven.org/maven2),
  osgeo (http://download.osgeo.org/webdav/geotools/),
  maven2-repository.dev.java.net (http://download.java.net/maven/2),
  opengeo (http://repo.opengeo.org)

------------------------------------------------------------------------------

_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to