One think you might want to change/revert is the groupId.There are only 2 groupIds which Maven will try to resolve a plugin when called as prefix: org.apache.maven.plugins and org.codehaus.mojoNow, if you want to call a goal from the cmdline, it's something like: org.codehaus.mojo.chronos:chronos-jmeter-maven-plugin:help instead of just chronos-jmeter:helpI haven't scanned the code yet, but I noticed you did some nice refactoring! -RobertFrom: [email protected] Date: Thu, 20 Oct 2011 10:19:47 +0200 To: [email protected] Subject: Re: [mojo-dev] RE: [mojo-scm] [14866] trunk/sandbox/chronos/chronos-maven-plugin/pom.xml: rename
You are absolutely right! The chronos plugin has now been split into 2 parts. Instead of a single plugin with groupId=org.codehaus.mojo, artefactId=chronos-maven-plgun there are now 2 plugins with groupId=org.codehaus.mojo.chronos, artefactId=chronos-jmeter-maven-plugin and artefactId=chronos-report-maven-plugin. The changes are not backwards compatible, but the slight change of ids will allow users to migrate when suitable. The old plugin will no longer be maintained. I want to keep the old site alive for a little while with a suggestion to migrate.The sole purpose of the commit is thus to allow generating one last version of the old site.So for all practical purposes the old plugin is now declared dead, and the sourcecode in the old part of the subversion-tree will be deleted in a few minuttes. I would like to call for a vote for promoting the 2 new plugins from the sandbox very soon, and then head directly for an alpha release (the code should be of release candidate quality, but a lot of stuff have been changed recently, so better err on the side of safety). Do You see any more imminent issues that should be fixed before calling a vote? /Kent Den 19/10/2011 kl. 18.41 skrev Robert Scholte:Deprecating a goal while the plugin is still in the sandbox? Don't think you need to do this. There's no such thing as backwards compatibility yet. -Robert ________________________________ > From: [email protected] > To: [email protected] > Date: Wed, 19 Oct 2011 08:08:41 -0500 > Subject: [mojo-scm] [14866] > trunk/sandbox/chronos/chronos-maven-plugin/pom.xml: rename > > > Revision > 14866<http://fisheye.codehaus.org/changelog/mojo/?cs=14866> > Author > soelvpil > Date > 2011-10-19 08:08:41 -0500 (Wed, 19 Oct 2011) > Log Message > > rename > > Modified Paths > > * trunk/sandbox/chronos/chronos-maven-plugin/pom.xml > > Diff > Modified: trunk/sandbox/chronos/chronos-maven-plugin/pom.xml (14865 => 14866) > > > --- trunk/sandbox/chronos/chronos-maven-plugin/pom.xml > 2011-10-19 12:33:45 UTC (rev 14865) > +++ trunk/sandbox/chronos/chronos-maven-plugin/pom.xml > 2011-10-19 13:08:41 UTC (rev 14866) > @@ -15,11 +15,13 @@ > <name>CodeHaus</name> > <url>http://mojo.codehaus.org</url> > </organization> > - <name>Chronos</name> > + <name>Chronos (deprecated)</name> > <inceptionYear>2008</inceptionYear> > <description> > Plugin for testing performance with jmeter > and creating nice reports of the results > + > + This plugin has been deprecated, and should be replaced by > chronos-jmeter-maven-plugin and chronos-report-maven-plugin > </description> > <licenses> > <license> > > > > ________________________________ > > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email
