> The deployment works fine with "mvn deploy" since it executes all the prior
> maven lifecycle phases.
> I'm just wondering  can "mvn deploy:deploy" work as an independenct
> lifecycle phase?

You should probably look at using "mvn deploy:deploy-file" instead.
But if you are looking to deploy more than 1 artifact, this gets old
pretty quickly (lots of -D's).

Wayne

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

Reply via email to