View Single Post
  (#3 (permalink)) Old
jlawmi jlawmi is offline
Member
 
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Jul 2008
Default maven - 07-25-2008, 07:51 AM

You can use the dependecy mgmt feature of maven without all of its other features. Check out the maven ant tasks. They allow you to get a set of jars using the pom.xml declared dependencies and put them wherever you want. You can then use ant to continue the rest of your build process- build/test/whatever.
No maven straightjacket.

__James
Reply With Quote