I do copy all dependencies in lib folder and then add them to jar classpath.
2009/12/8 ChadDavis <[email protected]> > 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: [email protected] > For additional commands, e-mail: [email protected] > > -- Regards, Alexander
