> Does "mvn deploy:deploy" work?  Has anyone successfully executed "deploy"
> goal with  maven-deploy-plugin?

If you've ever deployed anything from Maven via "mvn deploy", then
you've used the deploy mojo in the maven-deploy-plugin. That is what
runs behind the scenes. So asking this question is a bit silly -- many
people have "successfully executed" it.

However, this mojo is not designed to be called directly, and thus, is
breaking when you try to use it like this. I doubt you could use it
like this without a bit of trouble.

Maybe you should describe your use case and then people will have
better suggestions on how to achieve the results you are looking for.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to