I recently started writing Maven plugins and wondered if there is a general way to change values ββin a file pom.xml, for example. change the version number of artifacts. With the exception of the modified line, I would like to keep the remaining formatting in the xml file. I'm about to start manually doing this through the Java DOM libraries, but first I want to check if there are any Maven convenience / features for this convenience.
Thanks.
source
share