MVN

com.github.wtbian : generator-maven-plugin

Maven & Gradle

Feb 11, 2019
0 stars

generator-maven-plugin Maven Mojo · The mvc-generator makes it easier to write code with spring-mvc applications. mvc-generator generate code with freemarker template of controller, service and dao etc level object using maven plugin. Simplicity is the biggest advantage of the generator code over generating code tools.

<plugin>
    <groupId>com.github.wtbian</groupId>
    <artifactId>generator-maven-plugin</artifactId>
    <version>1.0.4.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wtbian : generator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4.1

All Versions

Choose a version of com.github.wtbian : generator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
generator-maven-plugin-1.0.4.1
generator-maven-plugin-1.0.4

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.wtbian</groupId>
    <artifactId>generator-maven-plugin</artifactId>
    <version>1.0.4.1</version>
</plugin>