[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


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


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). 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


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-28 Thread Vincent Siveton
+1

Vincent

2011/9/26 Olivier Lamy ol...@apache.org:
 Hello,
 I'd like to release Apache Maven Wagon 2.0.
 We fixed 31 issues:
 https://jira.codehaus.org/secure/ReleaseNote.jspa?version=17379styleName=TextprojectId=10335Create=Create

 Staging repo :  https://repository.apache.org/content/repositories/maven-104/

 Staging site : http://maven.apache.org/wagon-2.0 (wait sync).

 [+1]
 [ 0]
 [-1]

 An easy way to test it: download jar and put it your $M2_HOME/lib/ext
 (if you use maven 3).
 wagon http: wget
 https://repository.apache.org/content/repositories/maven-104/org/apache/maven/wagon/wagon-http/2.0/wagon-http-2.0-shaded.jar
  cp wagon-http-2.0-shaded.jar $M2_HOME/lib/ext/

 Here my +1.

 Thanks,
 --
 Olivier Lamy
 Talend : http://talend.com
 http://twitter.com/olamy | http://linkedin.com/in/olamy

 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Maven Surefire version 2.10

2011-09-28 Thread Vincent Siveton
+1

Vincent

2011/9/26 Paul Gier pg...@apache.org:
 Hi,

 We solved 8 issues:
 http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541version=17431

 There are still lots of issues left in JIRA:
 http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truemode=hidejqlQuery=project+%3D+SUREFIRE+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC

 Staging repo:
 https://repository.apache.org/content/repositories/maven-107/

 Staging site: (Sync pending)
 http://maven.apache.org/surefire-2.10/
 http://maven.apache.org/plugins/maven-failsafe-plugin-2.10/
 http://maven.apache.org/plugins/maven-surefire-plugin-2.10/
 http://maven.apache.org/plugins/maven-surefire-reports-plugin-2.10/

 SCM Tag:
 http://svn.apache.org/repos/asf/maven/surefire/tags/surefire-2.10/

 Guide to testing staged releases:
 http://maven.apache.org/guides/development/guide-testing-releases.html

 Vote open for 72 hours.

 [ ] +1
 [ ] +0
 [ ] -1




 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



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 herve.bout...@free.fr 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/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). 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


 -
 To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
 For additional commands, e-mail: dev-h...@maven.apache.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é BOUTEMY herve.bout...@free.fr 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/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). 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
  
  -
  To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
  For additional commands, e-mail: dev-h...@maven.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org