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

2011-09-28 Thread Samuel Robert
ilder/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

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