MVN

com.soerensen.pomedit : pomedit

Maven & Gradle

Jun 25, 2018

POM Edit · 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.pomedit:pomedit:1.0.1:setDependencyVersion -DpomFile="pom.xml" -Dgavtc="commons-io:commons-io:4.8.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.pomedit</groupId>
    <artifactId>pomedit</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soerensen.pomedit : pomedit to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.soerensen.pomedit : pomedit to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
pomedit-1.1.0
1.0.x
pomedit-1.0.0

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.pomedit</groupId>
    <artifactId>pomedit</artifactId>
    <version>1.1.0</version>
</plugin>

Advertisement