Skip to content

This is a simple Maven project that takes another maven project as input and can change version of any plugin programmatically

Notifications You must be signed in to change notification settings

marufzaber/MavenPOMProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

This is a simple Maven project that takes another maven project as input and can change version of any plugin programmatically

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages