MVN

net.sf.sido : sido-gen-maven

Maven & Gradle

May 14, 2012

SiDO Generation Maven Plug-in · Maven plug-in to generate classes from SiDO schemas

<plugin>
    <groupId>net.sf.sido</groupId>
    <artifactId>sido-gen-maven</artifactId>
    <version>1.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.sido : sido-gen-maven to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of net.sf.sido : sido-gen-maven to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
sido-gen-maven-1.1.1
1.0.x
sido-gen-maven-1.0.0
sido-gen-maven-1.0.0.A0

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.sido</groupId>
    <artifactId>sido-gen-maven</artifactId>
    <version>1.1.1</version>
</plugin>

Advertisement