RE: Plugins within plugins: best practices

2007-12-31 Thread Brian E. Fox
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, >

Re: Plugins within plugins: best practices

2007-12-30 Thread Kallin Nagelberg
; > > > -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&#x

Re: Plugins within plugins: best practices

2007-12-29 Thread Kallin Nagelberg
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 >

RE: Plugins within plugins: best practices

2007-12-29 Thread Brian E. Fox
: 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.

Plugins within plugins: best practices

2007-12-29 Thread Kallin Nagelberg
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