Keep getting required artifacts are missing when compiling geotool using maven
------------------------------------------------------------------------------
Key: MNG-3280
URL: http://jira.codehaus.org/browse/MNG-3280
Project: Maven 2
Issue Type: Bug
Components: Artifacts and Repositories
Affects Versions: 2.0.7
Reporter: F. Ahmed
Missing:
----------
1) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.wagon
-DartifactId=wagon-webdav \
-Dversion=1.0-beta-2 -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.apache.maven.wagon
-DartifactId=wagon-webdav \
-Dversion=1.0-beta-2 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.geotools:gt2:pom:2.3.3
2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2
2) org.codehaus.plexus:plexus-utils:jar:1.1
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-utils \
-Dversion=1.1 -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-utils \
-Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.geotools:gt2:pom:2.3.3
2) org.codehaus.plexus:plexus-utils:jar:
1.1
----------
2 required artifacts are missing.
for artifact:
org.geotools:gt2:pom:2.3.3
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
ibiblio (http://www.ibiblio.org/maven2),
refractions (http://lists.refractions.net/m2),
geotools (http://maven.geotools.fr/repository)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 50 minutes 54 seconds
[INFO] Finished at: Sun Oct 28 11:35:51 AST 2007
[INFO] Final Memory: 10M/197M
[INFO] ------------------------------------------------------------------------
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira