> -----Original Message----- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 29 November 2003 18:41 > To: Maven Developers List > Subject: Re: cvs commit: maven-plugins/junit-report project.xml > plugin.jelly > > On Sat, 2003-11-29 at 12:22, [EMAIL PROTECTED] wrote: > > vmassol 2003/11/29 09:22:06 > > > > Modified: junit-report/xdocs changes.xml > > junit-report project.xml plugin.jelly > > Log: > > Deprecated goal <code>maven-junit-report-plugin:report</code>. It is > replaced by <code>junit-report:report</code>. > > Has the name of the plugin actually changed? The name of the goal that > triggers the report must stay the same as the plugin name.
hmm.. Several things: - In all my plugins I have named the report goal with [plugin name]:report. It works fine. As the report registration allows to specify the goal name - The naming scheme we currently have for any goal is [plugin name]:[goal name] and not "maven-[plugin name]-plugin:[goal name]". Do you mean you wish to change goal names to be "maven-[plugin name]-plugin:[goal name]"? Ok, for now, I'll remove the deprecation stuff for the junit-report plugin. > > I would like to keep them the same for any sort of automated tasks that > might arise where the plugin name is needed. I think making another goal > with a simpler name is fine though. Agreed but goal names are not using this now. They are using the short form of the plugin name. -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
