I have a build I want to create that has:

yoursos (main pom.xml)
-->ear
-->projects
    -->commonJar
    -->commonWar
    -->sequenceGenerator
    -->propertyConfigurator
    -->commonManagers
  -->servlets

I want to have some common reusable jars that get managed in the projects 
sub project, and then I want to create a war and and ear with this project. 
I want the common jars installed into my repo so that other projects can use 
these as well.
Is this the proper structure I should be using to accomplish this?

And how should I set up my dependencies as there are 3 different 2nd level 
pom\'s here. My main concern is having the version numbers of the ear and war 
managed in 1 place instead of each pom. Should I be combining some of the 
subprojects?





Thank You
Mick Knutson

Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com

HP Consulting Services (Walnut Creek, CA)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to