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 generated site, all my goals are listed as:

2.:<goal name>

I tried to reproduce your problem with a little test plugin [1] but failed. Both the generated "plugin-info.html" and the "run-mojo.html" print "telenet:run", i.e. use the configured goal prefix. Invoking the plugin from the command line via "mvn telenet:run -P cli" is also functional.

Maybe you could tweak the before mentioned project to make it exhibit the problem you describe and attach it to a new JIRA issue at
  http://jira.codehaus.org/browse/MPLUGIN


Benjamin


[0] http://maven.apache.org/guides/plugin/guide-java-plugin-development.html
[1] http://people.apache.org/~bentmann/maven/goal-prefix.zip

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to