11 Star 45 Fork 20

willenfoo / center

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
willenfoo 提交于 2017-02-21 16:30 . 1
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache</groupId>
<artifactId>center</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>center</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.apache</groupId>
<artifactId>playframework</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.16</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
<modules>
<module>center-service-impl</module>
<module>center-web-admin</module>
<module>center-common</module>
<module>center-domain</module>
<module>center-service</module>
<module>center-dao</module>
<module>center-task</module>
<module>center-web</module>
</modules>
</project>
Java
1
https://gitee.com/willenfoo/center.git
git@gitee.com:willenfoo/center.git
willenfoo
center
center
master

搜索帮助