truezip-maven-plugin copy-into usage question

View: New views
2 Messages — Rating Filter:   Alert me  

truezip-maven-plugin copy-into usage question

by dahoffer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How do I configure truezip-maven-plugin so that I can have two executions each doing copy-into?  If I have two filesets in the same configuration it only performs one of the filesets.  If I have two executions it fails I guess because I have <id>copy-into</id> twice?  If I change the id of one that one doesn't do anything.

How is this supposed to be configured?  It would seem a common requirement to have to add to two different archives.

-Dave

Re: truezip-maven-plugin copy-into usage question

by dahoffer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hum, no idea why...changing the id so they are unique does work now.

However I have another question.  I notice the resulting jar's (after a copy) folder structure is different than the original.  What I see is that the folder copied into is now first in the list instead of sorted alphabetically.  Is this configurable?  I'd prefer the resulting jar to have the same structure as it started with.

-Dave


On Fri, Sep 25, 2009 at 2:39 PM, David Hoffer <dhoffer6@...> wrote:
How do I configure truezip-maven-plugin so that I can have two executions each doing copy-into?  If I have two filesets in the same configuration it only performs one of the filesets.  If I have two executions it fails I guess because I have <id>copy-into</id> twice?  If I change the id of one that one doesn't do anything.

How is this supposed to be configured?  It would seem a common requirement to have to add to two different archives.

-Dave