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 sole purpose is to specify a subset of those JARs?
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-project-for-its-dependencies-tf3723605s177.html#a10419838 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]