Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 314 Bytes

Maven-pom-processor

This API parses a pom.xml file and updates the version of a given plugin

To run this maven project

mvn -q compile exec:java -Dexec.args="<project_directory> <plug in name> <version>"

For example, 
mvn -q compile exec:java -Dexec.args="common-math/ maven-surefire-plugin 2.19.1"