Hello,

I'm looking for a clean way to plug into the war packaging process. I'd like
to add some custom Taks to the pacaking, before the .WAR archive is created.

The war plugin extends AbstractMojo, so implements ContextEnabled. Based on
this, it may be possible for plugins to share some configuration based on
this context (AFAIK this is what it is designed for).

Would you consider searching the context for some custom task and add them
to the result of getPackagingTasks() ?

I can open a Jira and attach a patch for this, but would like your opinion
first.

Nico.

2007/10/14, Stephane Nicoll <[EMAIL PROTECTED]>:
>
> We need to patch/Release plexus utils first.
>
> This is a first alpha, I expect others to be released very soon.
>
> Stéphane
>
> On 10/14/07, Tomasz Pik <[EMAIL PROTECTED]> wrote:
> > On 10/14/07, Stephane Nicoll <[EMAIL PROTECTED] > wrote:
> > > I have identified an issue in the latest changes (zip overlays). I
> > > have reopened the issue (MWAR-104).  As soon as we address this, we
> > > can call a vote.
> >
> > What about MWAR-123?
> > I've tested maven-war-plugin with plexus-utils containing patch
> > attached to http://jira.codehaus.org/browse/PLXUTILS-50
> > and I did not encounter any problem (and filtering with '@'
> > works correctly).
> >
> > And current behavior is very problematic, at least for me.
> >
> > Regards,
> > Tomek
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Large Systems Suck: This rule is 100% transitive. If you build one,
> you suck" -- S.Yegge
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to