MVN

org.jibx.schema.config : schema-maven-plugin

Maven & Gradle

Mar 06, 2023
0 stars

schema-maven-plugin · Auto generate JiBX schema to java projects.

<plugin>
    <groupId>org.jibx.schema.config</groupId>
    <artifactId>schema-maven-plugin</artifactId>
    <version>1.2.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jibx.schema.config : schema-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of org.jibx.schema.config : schema-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
schema-maven-plugin-1.2.4
schema-maven-plugin-1.2.3
schema-maven-plugin-1.2.2
schema-maven-plugin-1.2.1
schema-maven-plugin-1.2.0
1.1.x
schema-maven-plugin-1.1.4
schema-maven-plugin-1.1.3
schema-maven-plugin-1.1.2
schema-maven-plugin-1.1.1
schema-maven-plugin-1.1.0
1.0.x
schema-maven-plugin-1.0.9
schema-maven-plugin-1.0.8
schema-maven-plugin-1.0.6
schema-maven-plugin-1.0.4
schema-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>org.jibx.schema.config</groupId>
    <artifactId>schema-maven-plugin</artifactId>
    <version>1.2.4</version>
</plugin>