mapway-maven-plugin Maven Plugin

maven plugin to gen javabena from database

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

cn.mapway
ArtifactId

ArtifactId

mapway-maven-plugin
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

mapway-maven-plugin Maven Plugin
maven plugin to gen javabena from database
Source Code Management

Source Code Management

https://github.com/mapway/mapway-maven-plugin

Download mapway-maven-plugin

How to add to project

<plugin>
    <groupId>cn.mapway</groupId>
    <artifactId>mapway-maven-plugin</artifactId>
    <version>2.3.0</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0
cn.mapway : mapway-database jar 2.3.0
cn.mapway : mapway-doc-ui jar 2.3.0
org.nutz : nutz jar 1.r.60

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.0

Project Modules

There are no modules declared in this project.

#mapway-maven-plugin

This plugin helps you generator API document and java beans from database.

Basic usage

  1. Add the plugin to your POM and enable extensions:

    <plugin>
      <groupId>cn.mapway</groupId>
      <artifactId>mapway-maven-plugin</artifactId>
      <version>1.0.0</version>
      <extensions>false</extensions>
    </plugin>

Versions

Version
2.3.0
2.1.1
2.1.0
2.0.10
2.0.8
2.0.6
2.0.2
2.0.1
2.0.0
0.0.3
0.0.2
0.0.1