omponent.
> >
> > -Original Message-
> > From: Kallin Nagelberg [mailto: [EMAIL PROTECTED]
> > Sent: Saturday, December 29, 2007 4:03 PM
> > To: Maven Users List
> > Subject: Plugins within plugins: best practices
> >
> > Hello everyone,
>
; >
> > -Original Message-
> > From: Kallin Nagelberg [mailto: [EMAIL PROTECTED]
> > Sent: Saturday, December 29, 2007 4:03 PM
> > To: Maven Users List
> > Subject: Plugins within plugins: best practices
> >
> > Hello everyone,
> >
> > I
copying and unpacking is mostly delegated to the maven-archiver
> component.
>
> -Original Message-
> From: Kallin Nagelberg [mailto:[EMAIL PROTECTED]
> Sent: Saturday, December 29, 2007 4:03 PM
> To: Maven Users List
> Subject: Plugins within plugins: best practices
>
: Plugins within plugins: best practices
Hello everyone,
I've created a standalone plugin in which I'm doing some
unpacking/copying
of artifacts in addition to a few other things. I would like to defer
the
unpacking/copying operations to the maven dependency plugin for obvious
reasons.
Hello everyone,
I've created a standalone plugin in which I'm doing some unpacking/copying
of artifacts in addition to a few other things. I would like to defer the
unpacking/copying operations to the maven dependency plugin for obvious
reasons.
Has anyone tried creating and configuring a plugin