Depending on what you are changing, there may be maven plugins. For example, the maven release plugin updates version information in the pom.xml file and checks for changes in version control.
Try to find the specific task you are trying to accomplish (for example, "updating the maven plugin version number"), rather than the more general "change pom.xml".
Chris nava
source share