MVN

com.github.iarellano : iad-json-properties-maven-plugin

Maven & Gradle

Feb 05, 2019
1 stars

Properties loader from Json file · This mojo can import json files as properties using a pseudo-normalized json path as property names, it can also extract values using JsonPath and then assign the extracted values to project properties.

<plugin>
    <groupId>com.github.iarellano</groupId>
    <artifactId>iad-json-properties-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.iarellano : iad-json-properties-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.github.iarellano : iad-json-properties-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
iad-json-properties-maven-plugin-1.1
1.0
iad-json-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.github.iarellano</groupId>
    <artifactId>iad-json-properties-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>