Hello,

I am a bit new at all of this and I am having trouble understanding what is
going on. 

Basically I have imported a maven project into Eclipse using (File>Import)
and now Eclipse recognizes it as a Maven project. I can execute many goals
on that project like compile and package and they work successfully.
However, when I execute the "Deploy" goal, I get an error during Maven
execution.

Below is the list of events while deploying. I have removed the first part
which are the transfers because they take a lot of space. It is a bunch of
transfers which were completed followed by some checking statements followed
by a warning and 2 errors. Let me know if you need more information to help
me with this issue.

P.S: Eclipse Version: 3.4.0

Thank you.


info    Attempting to resolve a version for plugin:
org.apache.maven.plugins:maven-deploy-plugin using meta-version: LATEST 

nfo     artifact org.apache.maven.plugins:maven-deploy-plugin: checking for
updates from central 

info    Using version: 2.4 of plugin:
org.apache.maven.plugins:maven-deploy-plugin 

Starting mojoExecution deploy:deploy

Retrieving previous build number from snapshots
 
warn    repository metadata for: 'snapshot
it.ericsson.mdp:EclipseTestJack:1.0.0-SNAPSHOT' could not be retrieved from
repository: snapshots due to an error: Unsupported Protocol: 'dav': Cannot
find wagon which supports the requested protocol: dav 

info    Repository 'snapshots' will be blacklisted 

Error   An error occurred in phase mojoExecution with the exception
org.apache.maven.plugin.MojoExecutionException: Error deploying artifact:
Unsupported Protocol: 'dav': Cannot find wagon which supports the requested
protocol: dav

Error   An error occurred in phase projectExecution with the exception
org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in
the plugin manager executing goal
'org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy': Mojo execution
failed.

-- 
View this message in context: 
http://www.nabble.com/Error-message-while-executing-%22Deploy%22-plugin-on-imported-Maven-project-into-Eclipse-tp20070671p20070671.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to