On Wed, 05 Dec 2012 19:01:11 -0200, Michael Prescott
<[email protected]> wrote:
If you've used maven for that much, you're nearly there. All you have to
do is declare the jars you need as <dependency> in the pom.xml, and then
'mvn install' will produce you a .war file with all the jars in it.
Yep!
You can use command 'mvn eclipse:eclipse' to create the project's
.classpath file, so you don't need to maintain the Eclipse build path
yourself.
Please don't do that. Just use m2e (the Maven plugin for Eclipse, which is
bundled into Eclipse itself for at least a couple of versions yet). It
will automatically update your project configuration when you change your
pom.xml. The plugin was quite bad in the past, but it's now very good.
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]