Shade and assembly plugin: Assembling a jar containing packed jars

2011-08-17 Thread Jeremy Lewi
Hi, I'm working on Apache AVRO (Issue 570) and I'm having a maven issue that I was hoping to get some help with. The pre-existing pom.xml is using the shade plugin to build a jar which includes all of the dependencies, unpacked. The configuration is below. org.apache.maven.plugins

Re: Dependencies in pom aggregation

2011-07-05 Thread Jeremy Lewi
e > fault of the test-jar or dependency declaration, but bugs in various other > plugins in our toolchain, see > http://jira.codehaus.org/browse/MRRESOURCES-53. > > -Scott > > On 7/5/11 2:52 PM, "Jeremy Lewi" wrote: > > >Hi, > > > >I'm working o

Dependencies in pom aggregation

2011-07-05 Thread Jeremy Lewi
Hi, I'm working on the apache avro project and I'm having a problem with maven that I was hoping to get some help with. My project consists of several modules, one of which is "mapred". Now I can build "mapred" just fine e.g by doing mvn package from within the project. Another module in the pro