MVN

net.sf.lightairmp : light-air-maven-plugin

Maven & Gradle

Apr 02, 2020
0 stars

Light Air Maven Plugin · Generates XSD schema from a database structure to enable writing Light Air XML datasets.

<plugin>
    <groupId>net.sf.lightairmp</groupId>
    <artifactId>light-air-maven-plugin</artifactId>
    <version>3.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.lightairmp : light-air-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of net.sf.lightairmp : light-air-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
light-air-maven-plugin-3.1.0
3.0.x
light-air-maven-plugin-3.0.1
3.0
light-air-maven-plugin-3.0
0.7
light-air-maven-plugin-0.7
0.5
light-air-maven-plugin-0.5
0.4
light-air-maven-plugin-0.4
0.3
light-air-maven-plugin-0.3
0.2
light-air-maven-plugin-0.2
0.1
light-air-maven-plugin-0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.sf.lightairmp</groupId>
    <artifactId>light-air-maven-plugin</artifactId>
    <version>3.1.0</version>
</plugin>