Depends on how you are creating the JAR - both the assembly plugin and the shade plugin have the ability to install it in the local repository, however only the shade plugin will rewrite the POM to remove the additional dependencies.
- Brett 2008/9/16 <[EMAIL PROTECTED]>: > I have a product multi-module build that creates an uber-jar file > comprising several projects. > > I have another product multi-module build that I want to include the > first uber-jar and NOT the jars from the individual projects. > > Is there a way to do that? > > I was thinking I could have my second product depend on the first > multi-module build, but I can't get it to install the uber-jar into > the repo so it can be used as a dependency. > > Any ideas? Thanks! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Brett Porter Blog: http://blogs.exist.com/bporter/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
