1 Star 0 Fork 61

lili6145/forest

forked from 郑大侠/forest 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.17 KB
一键复制 编辑 原始数据 按行查看 历史
DempeZheng 提交于 2016-02-22 10:58 . 优化代码结构
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>com.dempe.forest</groupId>
<artifactId>forest</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>forest-common</module>
<module>forest-register</module>
<module>forest-bus</module>
<module>forest-leaf</module>
<module>forest-client</module>
<module>forest-core</module>
</modules>
<!--<repositories>-->
<!--<repository>-->
<!--<id>nexus-osc-thirdparty</id>-->
<!--<url>http://maven.oschina.net/content/repositories/thirdparty/</url>-->
<!--</repository>-->
<!--</repositories>-->
<build>
<plugins>
<!-- The POM specifies the JRE version, and this is defaulted to 1.5 if
not present. You need this in the POM -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<!-- <version>3.0</version> -->
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>utf8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.4</version>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
<skip>true</skip>
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
<version>2.2</version>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/634118906/forest.git
git@gitee.com:634118906/forest.git
634118906
forest
forest
master

搜索帮助