Dave Syer wrote:
> 
> Yes, I've read the docs at
> http://maven.apache.org/guides/development/guide-testing-development-plugins.html.
>  
> But I still don't seem to be able to get an update of
> maven-install-plugin.  I can see mvn downloading a snapshot from the
> snapshot repo, but it is still an old version (2.0-SNAPSHOT).
> 
> I can see in the source code that this plugin changed 5 months ago to fix
> the problem I am experiencing [MINSTALL-12], but I can't find an up to
> date distribution.  Can this be correct?
> 
> What is the process for core plugins like this one to be released to
> central / snapshot repository?  Shouldn't a bug fix from 5 months ago have
> reached the community by now?  Is there some documentation to help me with
> this (I scoured the maven web s ite but came up with nothing)?
> 

Just check it out from SCM and build it for yourself. (mvn install on the
checked out project should do the trick)

Maven plugins are published on quite an  unregular basis (even on snapshot
repository), as far as I can see :)

For release on central, you get a vote of Maven Comitters and PMC members
before releasing a 'stable' version of a plugin (or of whichever else
artifact).

Denis.

-- 
View this message in context: 
http://www.nabble.com/How-to-get-an-up-to-date-plugin--tf2072249.html#a5705257
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to