MVN

net.sf.mardao : mardao-maven-plugin

Maven & Gradle

Feb 13, 2015
19 stars

Mardao is the Architect's Java DAO generator for use with Maven

<plugin>
    <groupId>net.sf.mardao</groupId>
    <artifactId>mardao-maven-plugin</artifactId>
    <version>3.0.13</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.13

All Versions

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

Version Vulnerabilities Updated
3.0.x
mardao-maven-plugin-3.0.13
mardao-maven-plugin-3.0.12
mardao-maven-plugin-3.0.11
mardao-maven-plugin-3.0.10
mardao-maven-plugin-3.0.9
mardao-maven-plugin-3.0.8
mardao-maven-plugin-3.0.6
mardao-maven-plugin-3.0.5
mardao-maven-plugin-3.0.4
2.3.x
mardao-maven-plugin-2.3.6
mardao-maven-plugin-2.3.3
mardao-maven-plugin-2.3.2
mardao-maven-plugin-2.3.1
mardao-maven-plugin-2.3.0
2.2.x
mardao-maven-plugin-2.2.3
mardao-maven-plugin-2.2.2

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.mardao</groupId>
    <artifactId>mardao-maven-plugin</artifactId>
    <version>3.0.13</version>
</plugin>