Re: Shared Assembly With Additional Files

2010-10-21 Thread Mike Lenner
Seems no one's doing this. Guess I'll go the route of dependency:unpack and just reference the target unpack directory in my shared assembly. On Wed, Oct 20, 2010 at 7:45 PM, Mike Lenner mike.len...@gmail.com wrote: I'd like my shared assembly to be used to import additional files I'd like to

Re: Shared Assembly With Additional Files

2010-10-21 Thread Vincent Latombe
I had a similar requirement, and I ended up using dependency:unpack. Otherwise, you could try using http://maven.apache.org/plugins/maven-remote-resources-plugin/ 2010/10/21 Mike Lenner mike.len...@gmail.com Seems no one's doing this. Guess I'll go the route of dependency:unpack and just

Shared Assembly With Additional Files

2010-10-20 Thread Mike Lenner
I'd like my shared assembly to be used to import additional files I'd like to include in my final assembly. Something like: shared-assembly/pom.xml shared-assembly/src/main/resources/assemblies/my-assembly.xml shared-assembly/src/main/resources/common/README my-assembly.xml: ... fileSet