MVN

org.chare.maven.plugins : update-xml-file-maven-plugin

Maven & Gradle

Mar 31, 2021
3 stars

Update xml file plugin · Maven plugin that updates the text values in xml file based on provided values or values in anothers xml

<plugin>
    <groupId>org.chare.maven.plugins</groupId>
    <artifactId>update-xml-file-maven-plugin</artifactId>
    <version>0.0.3.Final</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.chare.maven.plugins : update-xml-file-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3.Final

All Versions

Choose a version of org.chare.maven.plugins : update-xml-file-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
update-xml-file-maven-plugin-0.0.3.Final
update-xml-file-maven-plugin-0.0.2.Final
update-xml-file-maven-plugin-0.0.1.Final

How to add a plugin to Maven

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

<plugin>
    <groupId>org.chare.maven.plugins</groupId>
    <artifactId>update-xml-file-maven-plugin</artifactId>
    <version>0.0.3.Final</version>
</plugin>