Hi When I was working on the site for the release plugin, something hit me: Where did that "@since" support for plugins go that we put into maven 2.0.5?
So I dug into the code only to find that there is more work to be done before this is usable.
First we need to get a new version of maven-plugin-tools out the door. I have updated its dependency on maven-plugin-descriptor to the 2.0.5 version that added @since support. The only other changes to maven-plugin-tools is the handling of "since" and "implementation" (for parameters). Also maven-plugin-tools-pluggy has been removed. The pom currently has a version of 2.1-SNAPSHOT. Is that a suitable version for these changes?
Next we need to update maven-plugin-plugin to use the new version of maven-plugin-tools. No changes other than pom updates has been made since the 2.2 release of the plugin. I suggest making a quick 2.3 release to get the since functionality working.
Thoughts? -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
