I'm been starting to use Maven for some of my projects.  One thing
that I've not been able to clear up is how the dependencies get
deployed to my deployment environment.  For development, I sometimes
use the assembly plugin's ability to generate a single Jar with all
dependencies included, or I use the jetty plugin to run web apps, and
this knows about all of the maven managed dependencies inherently.

But what is the best way to deploy and run my app in a production setting?

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

Reply via email to