Dependency mapping with the assembly plugin

2013-04-02 Thread Jeffrey E Care
I have a situation where many of my projects need to produce an adjunct artifact (in addition to the primary JAR) for later collection into my distribution image. I'd like to simplify the process that I use to generate the distribution image, as right now the POM for the distribution project

Re: Dependency mapping with the assembly plugin

2013-04-02 Thread Wayne Fay
I have a situation where many of my projects need to produce an adjunct artifact (in addition to the primary JAR) for later collection into my distribution image. What types of things are stored in your adjunct artifacts? How are they created? Why can those things not live in the primary

Re: Dependency mapping with the assembly plugin

2013-04-02 Thread Jeffrey E Care
Wayne Fay wayne...@gmail.com wrote on 04/02/2013 03:23:03 PM: I have a situation where many of my projects need to produce an adjunct artifact (in addition to the primary JAR) for later collection into my distribution image. What types of things are stored in your adjunct artifacts? How