MVN

com.soerensen.maven.plugins : version-edit-plugin

Maven & Gradle

Apr 29, 2019

Version Edit Plugin · This tool allows setting the version number of a specified dependency in a given Maven pom.xml file. All original comments and formatting will be kept. Usage example: mvn com.soerensen.maven.plugins:version-edit-plugin:1.0.1:setDependencyVersion -DpomFile="pom.xml" -Dgavtc="commons-io:commons-io:4.8.0" mvn com.soerensen.maven.plugins:version-edit-plugin:0.0.1:setPropertyDependencyVersion -DpropertyFile="test.property" -Dkey="junit_junit" -Dvalue="24.0.0" gavtc -> groupId:artifactId:version:type*:classifier* * optional Extra property: - noBackupFile (default:false), used to ignore the creation of a backup file.

<plugin>
    <groupId>com.soerensen.maven.plugins</groupId>
    <artifactId>version-edit-plugin</artifactId>
    <version>0.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soerensen.maven.plugins : version-edit-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.soerensen.maven.plugins : version-edit-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
version-edit-plugin-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.soerensen.maven.plugins</groupId>
    <artifactId>version-edit-plugin</artifactId>
    <version>0.0.1</version>
</plugin>