[ http://jira.codehaus.org/browse/MNG-3301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121699 ]
Henri Tremblay commented on MNG-3301: ------------------------------------- I had the exact same result and know how to reproduce. I can't tell Vincent is having the same issue. My setup: * settings.xml is in M2_HOME/conf and not in my user profile * I have a proxy defined and a repository mirroring central * antrun plugin is used * antrun is calling the <ant/> task aiming to a ant file somewhere else >From there, when compiling the project, maven stops using what's in the >settings.xml and * try to download directly from central * don't use the proxy * doesn't use the correct local repository path (so I guess it's using the default) > 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