MVN

org.openwms.plugins : maven-properties-plugin

Maven & Gradle

Jan 23, 2013

maven-properties-plugin Maven Mojo · A simple plugin to attach Java properties files

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

Latest Version

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

  • Latest Stable: 1.0.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
maven-properties-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.openwms.plugins</groupId>
    <artifactId>maven-properties-plugin</artifactId>
    <version>1.0.1</version>
</plugin>