> how can i set up our project with maven? do i really have to set up a > project for each of your modules and define the dependencies
Yes, this is the best/right way to use Maven. Pick the smallest/lowest artifact and turn it into a Maven project. Repeat for all of the items in the bottom of your stack. Move to the next level, repeat, adding dependencies on the previous level as needed. Continue until you get to the top (core in your case). Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
