提交 1fc16e1a 编写于 作者: Y youyong205

add the plugin

上级 c224bb4b
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Wed Mar 18 10:17:38 CST 2015
codegen-maven-plugin-2.1.3.jar>dianping-internal-releases=
codegen-maven-plugin-2.1.3.pom>dianping-internal-releases=
c5845ab805893680e1bfda18b5e34b895e1e4577
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>default</artifactId>
<version>2.0.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>codegen-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Code Generation Maven Plugin</name>
<version>2.1.3</version>
<prerequisites>
<maven>3.0.3</maven>
</prerequisites>
<dependencies>
<dependency>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>codegen</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.unidal.maven.plugins</groupId>
<artifactId>common</artifactId>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.20</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
5dd450bc758456f4e7c309f69899dd57fa63b413
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册