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
