TraeckIt :: Json Merge :: Maven Plugin

maven plugin to merge several json or yaml files together.

License

License

Categories

Categories

Maven Build Tools JSON Data
GroupId

GroupId

it.traeck.tools.json-merge
ArtifactId

ArtifactId

json-merge-maven-plugin
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

TraeckIt :: Json Merge :: Maven Plugin
maven plugin to merge several json or yaml files together.

Download json-merge-maven-plugin

How to add to project

<plugin>
    <groupId>it.traeck.tools.json-merge</groupId>
    <artifactId>json-merge-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>

Dependencies

compile (9)

Group / Artifact Type Version
it.traeck.tools.json-merge : json-merge jar 1.0.1
org.apache.maven : maven-core jar 3.6.2
org.apache.maven : maven-compat jar 3.6.2
org.apache.maven : maven-plugin-api jar 3.6.2
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0
javax.json : javax.json-api jar 1.1.4
org.glassfish : javax.json jar 1.1.4
com.fasterxml.jackson.datatype : jackson-datatype-jsr353 jar 2.9.9
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.9.9

provided (1)

Group / Artifact Type Version
org.apache.maven : maven-artifact jar 3.6.2

Project Modules

There are no modules declared in this project.

json-merge

A tiny utility to merge several (javax.json) JsonObject's together into a single JsonObject.

Components

  • json-merge library

    Small library to do the actual merging of JsonObject's

  • json-merge maven plugin

    Maven plugin using the library to be able to merge both json and yaml files as part of you build process.

For more details, see the corresponding component.

Versions

Version
1.0.1
1.0.0