Re: How to overwrite clean behaviour.

2006-06-29 Thread dan tran
Marcin, if you figure out how to override it , please post thanks -Dan On 6/29/06, Marcin Maciukiewicz <[EMAIL PROTECTED]> wrote: Thanks for this link. This is what I was missing:) Regards, Marcin. Eric Redmond wrote: > Similar to how maven-core declares them, you can overwrite them: > ht

Re: How to overwrite clean behaviour.

2006-06-29 Thread Marcin Maciukiewicz
Thanks for this link. This is what I was missing:) Regards, Marcin. Eric Redmond wrote: Similar to how maven-core declares them, you can overwrite them: http://svn.apache.org/repos/asf/maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml Eric On 6/28/06, dan

Re: How to overwrite clean behaviour.

2006-06-28 Thread dan tran
Yes I have seen it many times, but still dont know how to override it . Could you be more specific? ( sorry i am not well versed wht plexus either) a snippet is good -D On 6/28/06, Eric Redmond <[EMAIL PROTECTED]> wrote: Similar to how maven-core declares them, you can overwrite them: htt

Re: How to overwrite clean behaviour.

2006-06-28 Thread Eric Redmond
Similar to how maven-core declares them, you can overwrite them: http://svn.apache.org/repos/asf/maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml Eric On 6/28/06, dan tran <[EMAIL PROTECTED]> wrote: how? -D On 6/28/06, Eric Redmond <[EMAIL PROTECTED]> wrot

Re: How to overwrite clean behaviour.

2006-06-28 Thread dan tran
how? -D On 6/28/06, Eric Redmond <[EMAIL PROTECTED]> wrote: Can't you override the clean lifecycle as a plexus component, adding your plugin to it? Eric On 6/28/06, dan tran <[EMAIL PROTECTED]> wrote: > > any suggestion? > > -D > > > On 6/26/06, dan tran <[EMAIL PROTECTED]> wrote: > > > >

Re: How to overwrite clean behaviour.

2006-06-28 Thread Eric Redmond
Can't you override the clean lifecycle as a plexus component, adding your plugin to it? Eric On 6/28/06, dan tran <[EMAIL PROTECTED]> wrote: any suggestion? -D On 6/26/06, dan tran <[EMAIL PROTECTED]> wrote: > > I am also interested on how to do this as well? any suggestion? > > -Dan > >

Re: How to overwrite clean behaviour.

2006-06-28 Thread dan tran
any suggestion? -D On 6/26/06, dan tran <[EMAIL PROTECTED]> wrote: I am also interested on how to do this as well? any suggestion? -Dan On 6/26/06, Marcin Maciukiewicz <[EMAIL PROTECTED]> wrote: > > Hi! > > My plugin is using my own packaging. I need to overwrite (not only > customize)

Re: How to overwrite clean behaviour.

2006-06-26 Thread dan tran
I am also interested on how to do this as well? any suggestion? -Dan On 6/26/06, Marcin Maciukiewicz <[EMAIL PROTECTED]> wrote: Hi! My plugin is using my own packaging. I need to overwrite (not only customize) clean behaviour. How to do this and still let users to call only: $> mvn clean

How to overwrite clean behaviour.

2006-06-26 Thread Marcin Maciukiewicz
Hi! My plugin is using my own packaging. I need to overwrite (not only customize) clean behaviour. How to do this and still let users to call only: $> mvn clean Regards. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition