Re: Create a project for its dependencies

2007-05-10 Thread Wayne Fay
an >> empty jar. >> >> -- >> Wendy >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > >

Re: Create a project for its dependencies

2007-05-10 Thread lightbulb432
ied that produced an empty >> jar. If it wasn't working, I'd expect a compilation error, not an >> empty jar. >> >> -- >> Wendy >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Create a project for its dependencies

2007-05-10 Thread Wayne Fay
I think he was expecting that his "produced JAR" would have all the other 100 jars (that he depended upon transitively) bundled inside it. Is that what you want? Or what? Wayne On 5/10/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 5/10/07, lightbulb432 <[EMAIL PROTECTED]> wrote: > How can I c

Re: Create a project for its dependencies

2007-05-10 Thread Wendy Smoak
On 5/10/07, lightbulb432 <[EMAIL PROTECTED]> wrote: How can I create a project for the sole purpose of its pom.xml serving as a place to organize several dependencies. For example, if I have a main project that depends on 100 JARs, could I get this main project to depend on 4-5 subprojects whose

Create a project for its dependencies

2007-05-10 Thread lightbulb432
? Then when I go to package or deploy the main project, all 100 JARs are included. How can I make this possible? I tried to have a JAR project depend on a POM project but this didn't work - the produced JAR came out empty... -- View this message in context: http://www.nabble.com/Create-a-pr