MVN

com.sshtools : updatesxmlmerger-maven-plugin

Maven & Gradle

Jun 14, 2023
1 stars

Updates XML Merger - Merge the Install4J updates.xml file from several builds into a single file. · A Maven plugin to merge the Install4J updates.xml file from several builds into a single file.

<plugin>
    <groupId>com.sshtools</groupId>
    <artifactId>updatesxmlmerger-maven-plugin</artifactId>
    <version>0.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sshtools : updatesxmlmerger-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.sshtools : updatesxmlmerger-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
updatesxmlmerger-maven-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.sshtools</groupId>
    <artifactId>updatesxmlmerger-maven-plugin</artifactId>
    <version>0.0.1</version>
</plugin>

Advertisement