Re: Maven plugin in ant/beanshell

2012-05-12 Thread Mirko Friedenhagen
Hello Olivier, where I work we have two plugins written in Ant. Regards Mirko -- Sent from my phone http://illegalstateexception.blogspot.com http://github.com/mfriedenhagen/ https://bitbucket.org/mfriedenhagen/ On May 12, 2012 11:36 PM, "Olivier Lamy" wrote: > Hi, > Do we still maintain those

Re: Maven plugin in ant/beanshell

2012-05-12 Thread Chris Graham
There have been a few circumstances where I thought that it may have been my only option to do stuff. So I'd place it as a nice to have. -Chris On Sun, May 13, 2012 at 8:11 AM, Olivier Lamy wrote: > My question is more do we really have to maintain that ? > Do you know real users using that ?

Re: Maven plugin in ant/beanshell

2012-05-12 Thread Olivier Lamy
My question is more do we really have to maintain that ? Do you know real users using that ? :-) 2012/5/12 Aldrin Leal : > ant yes Sonatype's Book actually covers > it > > -- > -- Aldrin Leal, / http://meadiciona.com/aldrinleal > >

Re: Maven plugin in ant/beanshell

2012-05-12 Thread Aldrin Leal
ant yes Sonatype's Book actually covers it -- -- Aldrin Leal, / http://meadiciona.com/aldrinleal On Sat, May 12, 2012 at 6:36 PM, Olivier Lamy wrote: > Hi, > Do we still maintain those extractor ? > Do you think users write maven

Maven plugin in ant/beanshell

2012-05-12 Thread Olivier Lamy
Hi, Do we still maintain those extractor ? Do you think users write maven plugin in ant/beanshell ? Thanks, -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy - To unsubscri

Re: Plugins with Annotations ETA

2012-05-12 Thread Olivier Lamy
Omission ! I will fix that. Thanks for review and doc fix :-) -- Olivier Le 12 mai 2012 17:22, "Hervé BOUTEMY" a écrit : > great! well done! > > working on documentation, I found something strange: @Component annotation > doesn't provide readonly nor required attributes, that are available in > M

Re: Plugins with Annotations ETA

2012-05-12 Thread Hervé BOUTEMY
great! well done! working on documentation, I found something strange: @Component annotation doesn't provide readonly nor required attributes, that are available in Mojo Javadoc Tags. Is this expected or a simple omission? Regards, Hervé Le samedi 12 mai 2012 12:30:31 Olivier Lamy a écrit : >

Re: Plugins with Annotations ETA

2012-05-12 Thread Olivier Lamy
so all done :-). 2012/5/12 Olivier Lamy : > Update: help generation works now. > I have created a branch of compiler plugin using annotations as a > sample: > https://svn.apache.org/repos/asf/maven/plugins/branches/maven-compiler-plugin-annotations/ > > Now my idea is to create a branch 2.x from