Re: Blog article on customizing Maven's lifecycle.

2011-09-06 Thread Hervé BOUTEMY
there is a good article on MAVENUSER to introduce to lifecycle: http://docs.codehaus.org/display/MAVENUSER/introduction-to-the-lifecycle adding a last "customizing lifecycle bindings" chapter would make sense (directly or with a link to your blog post) notice: your article is about customizing

Re: Blog article on customizing Maven's lifecycle.

2011-09-06 Thread Manfred Moser
On 11-09-06 08:03 PM, Jesse Farinacci wrote: Greetings, On Tue, Sep 6, 2011 at 10:48 PM, Kasturi Kumthekar wrote: http://pragmaticjava.blogspot.com/2011/08/customizing-mavens-lifecycle.html I find it almost pathological to enforce both Java 1.6 and Maven 2.0.10. Most people would not be so b

Re: Blog article on customizing Maven's lifecycle.

2011-09-06 Thread Jesse Farinacci
Greetings, On Tue, Sep 6, 2011 at 10:48 PM, Kasturi Kumthekar wrote: > http://pragmaticjava.blogspot.com/2011/08/customizing-mavens-lifecycle.html I find it almost pathological to enforce both Java 1.6 and Maven 2.0.10. Most people would not be so bold, Kudos on your bravery in this regard, -Je

Blog article on customizing Maven's lifecycle.

2011-09-06 Thread Kasturi Kumthekar
I recently wrote a blog article featuring a few tips that one can use to customize Maven's lifecycle. The blog article can be found at : http://pragmaticjava.blogspot.com/2011/08/customizing-mavens-lifecycle.html I hope you find it worthy enough to put it on your resources list. Thanks, Kasturi