MVN

com.code-troopers : merge-properties-maven-plugin

Maven & Gradle

Aug 13, 2013
1 stars

Merge Properties Maven Plugin · Simple Maven plugin allowing concatenation of different resources bundles file to a single one. It auto adds double single quotes for proper use with MessageFormat and reports if there is a mismatch between keys.

<plugin>
    <groupId>com.code-troopers</groupId>
    <artifactId>merge-properties-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.code-troopers : merge-properties-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.code-troopers : merge-properties-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
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>com.code-troopers</groupId>
    <artifactId>merge-properties-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>

Advertisement