m2eclipse has a bug. maven Project -> right button -> Update Project Configuration

2011-09-28 Thread linzuxiong
1.I set JRE System Library JavaSE-1.6 for my Maven Project 2.Maven Project -> right button -> Update Project Configuration , click 3.m2eclipse back JRE System Library JavaSE-1.5 Env: 1. m2e - Maven Integration for Eclipse 1.0.100.20110804-1717 org.eclipse.m2e.feature.feature.group Eclipse.org

Re: Maven plugin development - reading and writing in the project POM file

2011-09-28 Thread Hervé BOUTEMY
ok, then you'll have to duplicate the code: it's not really big nor complex regards, Hervé Le mercredi 28 septembre 2011, Samuel Robert a écrit : > Thanks. > However it seems to work only with a Maven 3 environment. I am still using > Maven 2. > > Samuel > > On 28 September 2011 15:28, Hervé B

Re: Maven plugin development - reading and writing in the project POM file

2011-09-28 Thread Samuel Robert
Thanks. However it seems to work only with a Maven 3 environment. I am still using Maven 2. Samuel On 28 September 2011 15:28, Hervé BOUTEMY wrote: > Hi, > > have a look at [1] > > Regards, > > Hervé > > [1] http://maven.apache.org/ref/3.0.3/maven-model- > builder/apidocs/org/apache/maven/model

Re: [VOTE] Release Maven Surefire version 2.10

2011-09-28 Thread Vincent Siveton
+1 Vincent 2011/9/26 Paul Gier : > Hi, > > We solved 8 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&version=17431 > > There are still lots of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=project+%3D+SUREFIRE

Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-28 Thread Vincent Siveton
+1 Vincent 2011/9/26 Olivier Lamy : > Hello, > I'd like to release Apache Maven Wagon 2.0. > We fixed 31 issues: > https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379&styleName=Text&projectId=10335&Create=Create > > Staging repo :  https://repository.apache.org/content/repositories/ma

Re: Maven plugin development - reading and writing in the project POM file

2011-09-28 Thread Hervé BOUTEMY
Hi, have a look at [1] Regards, Hervé [1] http://maven.apache.org/ref/3.0.3/maven-model- builder/apidocs/org/apache/maven/model/io/package-frame.html Le mercredi 28 septembre 2011, Samuel Robert a écrit : > Hi, > > I am starting with writing a custom Maven plugin for my projects (Maven > 2).

Maven plugin development - reading and writing in the project POM file

2011-09-28 Thread Samuel Robert
Hi, I am starting with writing a custom Maven plugin for my projects (Maven 2). I would like to read and write in the POM file of the project. Is the use of org.codehaus.plexus.util.xml classes the standard way to do that ? Or are there some other helper classes? thanks, Samuel

[checkstyle] Patch for aggregate parameter review needed

2011-09-28 Thread Antonio Petrelli
Hi all I submitted a patch to the long-awaited "aggregate" parameter in Checkstyle plugin: http://jira.codehaus.org/browse/MCHECKSTYLE-62 Can anyone take a look at it and discuss it? Thank you Antonio