MVN

org.polago.maven.plugins : merge-properties-maven-plugin

Maven & Gradle

Nov 26, 2020
2 stars

Merge Properties Maven Plugin · Merge Properties Maven Plugin is a Maven Plugin that merges and filters a set of Java Properties files into a single file while detecting multiple instances of the same Property Key.

<plugin>
    <groupId>org.polago.maven.plugins</groupId>
    <artifactId>merge-properties-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.polago.maven.plugins : merge-properties-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.polago.maven.plugins : merge-properties-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
merge-properties-maven-plugin-1.2
1.1
merge-properties-maven-plugin-1.1
1.0.x
merge-properties-maven-plugin-1.0.1
1.0
merge-properties-maven-plugin-1.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>org.polago.maven.plugins</groupId>
    <artifactId>merge-properties-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>

Advertisement