Thanks...

Looks like maven-deploy-plugin is not intended to execute just the deploy goal. I asked this question before and Steve Connolly kindly responded a workaround by deploying to a staged repository and then merge to the final repo. A co-worker suggested that I should be able to use the "deploy" goal but looks like maven-deploy-plugin does not allow you to directly execute the deploy goal.

Jane


Wayne Fay wrote:
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: [email protected]
For additional commands, e-mail: [email protected]


Reply via email to