Is that because maven-plugin-descriptor-2.0.5.jar is in M2_HOME/lib ?
How does plugin updates work in a situation like this? Say we have a
user that is running maven 2.0.4. He/she issues "mvn -U site" on a
project that requires maven-plugin-plugin-2.3, which in turn has 2.0.5
as a prerequisite.
1. Does maven-plugin-plugin-2.3 get downloaded?
2. Does maven-plugin-plugin-2.3 get used by maven 2.0.4 if it has been
downloaded or installed locally?
Brett Porter wrote:
The plugin plugin wil also need a <prerequisite/> on 2.0.5, but other
than that this looks fine.
- Brett
On 03/03/2007, at 1:06 PM, Dennis Lundberg wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]