MVN

org.redkangaroo.maven.plugins : properties-files-mojos

Maven & Gradle

Apr 07, 2011

Properties Files Mojos · A collection of maven mojos related to .properties file generation.

<plugin>
    <groupId>org.redkangaroo.maven.plugins</groupId>
    <artifactId>properties-files-mojos</artifactId>
    <version>1.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.redkangaroo.maven.plugins : properties-files-mojos to add to Maven - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of org.redkangaroo.maven.plugins : properties-files-mojos to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
properties-files-mojos-1.2.1
1.2
properties-files-mojos-1.2
1.1
properties-files-mojos-1.1
1.0
properties-files-mojos-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.redkangaroo.maven.plugins</groupId>
    <artifactId>properties-files-mojos</artifactId>
    <version>1.2.1</version>
</plugin>