MVN

io.rhpatrick.maven : properties-toolchain-plugin

Maven & Gradle

Sep 15, 2016

Properties Toolchain Maven Plugin · Properties Toolchain Plugin that injects properties from a toolchain into a Maven Project

<plugin>
    <groupId>io.rhpatrick.maven</groupId>
    <artifactId>properties-toolchain-plugin</artifactId>
    <version>0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.rhpatrick.maven : properties-toolchain-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of io.rhpatrick.maven : properties-toolchain-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5
properties-toolchain-plugin-0.5

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.rhpatrick.maven</groupId>
    <artifactId>properties-toolchain-plugin</artifactId>
    <version>0.5</version>
</plugin>

Advertisement