custom jar contents?

2007-10-01 Thread Sonar, Nishant
Hi I have a structure as MyAppModule Src Main Java Com Myapp Bankapplication Some classes Utilities FormulaCalc someclasses DateCalc

Re: custom jar contents?

2007-10-01 Thread Wayne Fay
Your email lost its formatting. Please post on pastebin or a similar site and send the url as it is unclear what you are working with. In general, if you want 2 jars, you should make 2 modules which means 2 poms and 2 directories. If one set of files depends on the other (impl dep on api), then

Re: custom jar contents?

2007-10-01 Thread Éric Daigneault
Simple answer : If you need two jars then your project needs to be broken into two separate projects. To get a better understanding I would like to know why you require to have two jars ? different configurations ? optional components ? Believe me here I got through this a while ago on Maven