is there any problems with proxy i tried every thing with settings.xml i dont
why it happening like this we have to fix this issue
----------------------------------------------------------------------------------------------------------------------------------
Key: MNG-3301
URL: http://jira.codehaus.org/browse/MNG-3301
Project: Maven 2
Issue Type: Task
Components: Command Line
Affects Versions: 2.0.7
Reporter: vamsikrishna
org.apache.maven.lifecycle.LifecycleExecutionException: 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) com.intralinks.qa:qc-super-pom:pom:1.2-SNAPSHOT
2) org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2
--
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