MVN

io.gravitee.maven.plugins : json-schema-generator-maven-plugin

Maven & Gradle

Jan 11, 2017
0 stars

JSON Schema generator Maven plugin · A JSON Schema generator Maven plugin based on the Jackson JSON Schema module.

<plugin>
    <groupId>io.gravitee.maven.plugins</groupId>
    <artifactId>json-schema-generator-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gravitee.maven.plugins : json-schema-generator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of io.gravitee.maven.plugins : json-schema-generator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
json-schema-generator-maven-plugin-1.3.0
1.2.x
json-schema-generator-maven-plugin-1.2.0
1.1.x
json-schema-generator-maven-plugin-1.1.0
1.0.x
json-schema-generator-maven-plugin-1.0.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>io.gravitee.maven.plugins</groupId>
    <artifactId>json-schema-generator-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>

Advertisement