MVN

net.redora : generator

Maven & Gradle

Feb 23, 2012
1 usages

Redora Generator (Mojo) · This is Redora's "maven mojo", the plugin that once it is connected to a project it can start generate source code for that project.

<plugin>
    <groupId>net.redora</groupId>
    <artifactId>generator</artifactId>
    <version>1.9.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.redora : generator to add to Maven - Latest Versions:

  • Latest Stable: 1.9.2

All Versions

Choose a version of net.redora : generator to add to Maven - All Versions:

Version Vulnerabilities Updated
1.9.x
generator-1.9.2
generator-1.9.1
1.7
generator-1.7
1.6
generator-1.6
1.5
generator-1.5
1.4
generator-1.4
1.3
generator-1.3
1.2
generator-1.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.redora</groupId>
    <artifactId>generator</artifactId>
    <version>1.9.2</version>
</plugin>

Advertisement