I think that it's because he's tried to extend WagonMojo and had wagon-maven-plugin as a dependency and therefore hit the maven-plugin-plugin not merging plugin metadata design issue ;-)
-Stephen On 25 May 2010 08:10, Dan Tran <[email protected]> wrote: > when @parameter is not initialized, it means you need to pass in some > value via system properties if allows ( -Dxuy=... ) or pom > configuration. > > Picking a medium complex mojo like wagon plugin to twist it is quite > trouble some. I would strongly suggest to read up artifact like > > http://maven.apache.org/guides/introduction/introduction-to-plugins.html > > first > > -D > > On Mon, May 24, 2010 at 11:41 PM, Lachlan Deck <[email protected]> > wrote: > > On 25/05/2010, at 4:11 PM, Stephen Connolly wrote: > > > >> Dan Tran is pretty darn familiar with mojo development (#2 on > >> http://www.ohloh.net/p/mojo/contributors) > > > > Apologies Dan :) I just wasn't getting it. > > > >> You should start by copying wagon:download and tweak that from there > > > > I'm still wondering why various @parameters weren't being initialised - > but thanks. I'll start from there. > > > > with regards, > > -- > > > > Lachlan Deck > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
