MVN

org.kuali.maven.plugins : properties-maven-plugin

Maven & Gradle

Mar 16, 2013

Properties Maven Plugin · The Properties Maven Plugin is here to make life a little easier when dealing with properties. It provides goals to read and write properties from files. The Kuali version of this plugin adds support for loading properties from XML files and reading properties files from any location Spring resource loading can understand (eg classpath:myprops.properties)

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>properties-maven-plugin</artifactId>
    <version>2.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.1

All Versions

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

Version Vulnerabilities Updated
2.0.x
properties-maven-plugin-2.0.1
properties-maven-plugin-2.0.0
1.5.x
properties-maven-plugin-1.5.3
properties-maven-plugin-1.5.2
properties-maven-plugin-1.5.0
1.4.x
properties-maven-plugin-1.4.9
properties-maven-plugin-1.4.8
properties-maven-plugin-1.4.7
properties-maven-plugin-1.4.6
properties-maven-plugin-1.4.5
properties-maven-plugin-1.4.4
properties-maven-plugin-1.4.3
properties-maven-plugin-1.4.2
properties-maven-plugin-1.4.1
properties-maven-plugin-1.4.0
1.3.x
properties-maven-plugin-1.3.4
properties-maven-plugin-1.3.3
properties-maven-plugin-1.3.2
properties-maven-plugin-1.3.1
properties-maven-plugin-1.3.0
1.2.x
properties-maven-plugin-1.2.0
1.1.x
properties-maven-plugin-1.1.11
properties-maven-plugin-1.1.10
properties-maven-plugin-1.1.9
properties-maven-plugin-1.1.8
properties-maven-plugin-1.1.6
properties-maven-plugin-1.1.5
properties-maven-plugin-1.1.4
properties-maven-plugin-1.1.3
properties-maven-plugin-1.1.2
properties-maven-plugin-1.1.1
properties-maven-plugin-1.1.0
1.0.x
properties-maven-plugin-1.0.8
properties-maven-plugin-1.0.7
properties-maven-plugin-1.0.6
properties-maven-plugin-1.0.5
properties-maven-plugin-1.0.4
properties-maven-plugin-1.0.3
properties-maven-plugin-1.0.2
properties-maven-plugin-1.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>org.kuali.maven.plugins</groupId>
    <artifactId>properties-maven-plugin</artifactId>
    <version>2.0.1</version>
</plugin>