Re: Get the effective pom to a program

2010-02-25 Thread pubudu gunawardena
Thanks for the quick reply. But what I want to do is to use the maven help plugin classes inside my program to generate the effective pom. But since the variables are set by Mojo parameters ${reactorProjects} and ${project} I cannot accomplish this. Is there a way to get these parameters programmat

Re: Patch for http://jira.codehaus.org/browse/SCM-444

2010-02-25 Thread Olivier Lamy
moving to maven dev ml. Hi, Sure if any objections from others, I will review and commit this this. (after my one week vacation :-) ). What I'd like to be sure (sorry I haven't read the patch yet) : the default option for the push is true by default (as today). 2010/2/26 Hiram Chirino : > Hi, >

[RESULT] Release Maven 2.0.11

2010-02-25 Thread Brett Porter
Vote has passed with 3 binding votes: Brett, Benjamin and Lukas. I'll start the promotion to central. On 12/02/2010, at 11:55 PM, Brett Porter wrote: > Hi, > > This is a vote to release Maven 2.0.11, as we discussed late last year. It > has been available for testing for several months with a

[jira] Subscription: Design & Best Practices

2010-02-25 Thread jira
Issue Subscription Filter: Design & Best Practices (23 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

Re: Get the effective pom to a program

2010-02-25 Thread Wayne Fay
> I want to get the effective pom of a given pom file in to a progam that I am > writing. Is there a way to reuse the code in the maven help plugin to get > this done? 1. Probably should be asking this on Maven Users list. 2. This should do it: mvn help:effective-pom | your-program Wayne ---

Re: IT failures of Maven Compiler Plugin

2010-02-25 Thread Benjamin Bentmann
Milos Kleint wrote: is there something I set up on the grid to have myself notified of failures? IIRC, you can just sign up for an account on Hudson and then configure your mail address. Besides, I just updated the job to send mails to notificati...@maven.apache.org as well. Benjamin -

Re: IT failures of Maven Compiler Plugin

2010-02-25 Thread Milos Kleint
this should fix it, passed for me locally.. http://fisheye.codehaus.org/changelog/plexus/?cs=8655 I suppose the grid gets back to normal once new plexus-compiler snapshot gets uploaded. does the compiler-plugin hudson job need manual poking? milos On Thu, Feb 25, 2010 at 9:29 PM, Milos Kleint wr

Re: IT failures of Maven Compiler Plugin

2010-02-25 Thread Milos Kleint
is there something I set up on the grid to have myself notified of failures? "Failed to send e-mail to mkleint because no e-mail address is known, and no default e-mail domain is configured Sending e-mails to: ol...@apache.org pg...@apache.org bentm...@apache.org Finished: FAILURE " thanks Milos

Re: IT failures of Maven Compiler Plugin

2010-02-25 Thread Milos Kleint
yes, looking into it.. Milos On Thu, Feb 25, 2010 at 12:00 PM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrote: > Hi Milos, > > it seems r911840 broke the Maven Compiler Plugin on JRE 1.5- [0], can you > please have a closer look? Thanks. > > > Benjamin > > > [0] https://grid.sonatype.org/c

[ANN] Maven Eclipse Plugin 2.8 Released

2010-02-25 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of the Maven Eclipse Plugin, version 2.8. This plugin is used to generate Eclipse IDE files (*.classpath, *.wtpmodules and the .settings folder) for use with a project. Please see the plugin's site for details: http://maven.apache.org/plugi

[RESULT] [VOTE] Release Maven Eclipse Plugin 2.8

2010-02-25 Thread Benjamin Bentmann
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Jason van Zyl, Arnaud Héritier, Barrie Treloar I will promote the artifacts to the central repository and continue with the release. Benjamin --

IT failures of Maven Compiler Plugin

2010-02-25 Thread Benjamin Bentmann
Hi Milos, it seems r911840 broke the Maven Compiler Plugin on JRE 1.5- [0], can you please have a closer look? Thanks. Benjamin [0] https://grid.sonatype.org/ci/job/maven-plugins-ITs/changes - To unsubscribe, e-mail: dev-u

Re: annotations support in compiler mojo

2010-02-25 Thread Milos Kleint
Hello Mark, what are the required feaures you are after? From the glimpse at the apt plugin, I got the impression that it has quite a lot of configuration, some I didn't completely understand.. here's what already implemented in code -proc parameter to turn aannotation processing off, or enable it

Re: annotations support in compiler mojo

2010-02-25 Thread Milos Kleint
Well, the javac executable is caapable of doing both jobs (compile and process annotations) simultaneously. And with reasonable defaults we can make the annotation processing work out of the box for majority of people. Having a special plugin for it, with comfiguration etc would make it more compli

Get the effective pom to a program

2010-02-25 Thread pubudu gunawardena
I want to get the effective pom of a given pom file in to a progam that I am writing. Is there a way to reuse the code in the maven help plugin to get this done? Thanks, Pubudu