jar

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.

Table Of Contents

Latest Version

Download com.soerensen.maven.plugins : version-edit-plugin JAR file - Latest Versions:

All Versions

Download com.soerensen.maven.plugins : version-edit-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window version-edit-plugin-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.soerensen.maven.plugins.versioneditplugin.a

├─ com.soerensen.maven.plugins.versioneditplugin.a.a.class - [JAR]

com.soerensen.maven.plugins.versioneditplugin.b

├─ com.soerensen.maven.plugins.versioneditplugin.b.a.class - [JAR]

com.soerensen.maven.plugins.versioneditplugin

├─ com.soerensen.maven.plugins.versioneditplugin.setPomDependencyVersion.class - [JAR]

├─ com.soerensen.maven.plugins.versioneditplugin.setPropertyDependencyVersion.class - [JAR]