Re: Decorating Mojos

2014-09-01 Thread Jason van Zyl
Just to wrap this discussion up. The spies can be extended for additional events in the future and currently can handle a few more event types, but you must alter the distribution as they are not injected correctly but that can likely be fixed and was an oversight. Spies are also meant for

Re: Maven Release Plugin and Java 8 issue

2014-09-01 Thread Robert Scholte
Hi, please only use the Maven users mailing list for these kind of questions. The Maven Developers List is meant for development of Maven itself. thanks, Robert Op Fri, 29 Aug 2014 09:05:30 +0200 schreef Vijaysenthil Veeriah vijaysent...@gmail.com: Hi I apologize I'm kind of new to

Re: Decorating Mojos

2014-09-01 Thread Manfred Moser
If you want this to be resulting in some sort of useful analysis results I would think it should be fairly useful to hook it up as an option for the plugin and use e.g. Google analytics with some fake urls for each mojo. Only problem is that people might object to you doing that.. manfred

Plexus Archiver / Plexus Components

2014-09-01 Thread Karl Heinz Marbaise
Hi, i just want to know how we handle things which are located in components like plexus-archiver etc. Currently i'm diving into some problems and want to checkin some improvments on the plexus-archiver... How can i gain commit access to those components ? Kind regards Karl-Heinz Marbaise

Re: Decorating Mojos

2014-09-01 Thread William Ferguson
Glad you chipped in Manfred :-) I was mainly thinking about this for the the android-maven-plugin as it has a huge number of Mojos, many of which I suspect are hardly ever used. getting some quantification on usage would allow us to work out which Mojos could be dropped and which might be better