License |
License |
---|---|
Categories |
CategoriesMaven Build Tools JSON Data |
GroupId | GroupIdcom.github.iarellano |
ArtifactId | ArtifactIdiad-json-properties-maven-plugin |
Version | Version1.1 |
Type | Typemaven-plugin |
Description |
DescriptionProperties 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<plugin>
<groupId>com.github.iarellano</groupId>
<artifactId>iad-json-properties-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
com.jayway.jsonpath : json-path | jar | 2.4.0 |
org.apache.maven : maven-plugin-api | jar | 3.0 |
org.apache.commons : commons-lang3 | jar | 3.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.4 |
org.apache.maven : maven-core | jar | 3.3.9 |