RE: Custom plugin goalprefix not correct in generated site

2008-08-25 Thread Benjamin Bentmann
De Smet Ringo wrote: > I figured it out! I have the maven-plugin-plugin both as a build plugin > and a reporting plugin and it seems I have to configure the goal prefix > in both sections of my plugin POM. You shouldn't need to configure the goal prefix twice. Just as my example shows, it should

RE: Custom plugin goalprefix not correct in generated site

2008-08-24 Thread De Smet Ringo
Benjamin, > That's an unusual artifact id, the convention is to use > something like "telenet-maven-plugin", compare [0]. I didn't choose this id unfortunately. :-) > > In the POM, I have specified the goalprefix to be > "telenet". However, > > in the generated site, all my goals are listed

Re: Custom plugin goalprefix not correct in generated site

2008-08-23 Thread Benjamin Bentmann
De Smet Ringo wrote: I have written a custom Maven2 plugin, in our CVS repo called maven2.plugin. That's an unusual artifact id, the convention is to use something like "telenet-maven-plugin", compare [0]. In the POM, I have specified the goalprefix to be "telenet". However, in the generat