1 Star 0 Fork 12

tansuozhec / game-server-old

forked from Art-大雄 / project_3876023 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 3.66 KB
一键复制 编辑 原始数据 按行查看 历史
上限下线 提交于 2018-04-12 14:50 . pomÐ޸ģ¬ÏòÁ¿¼ÆËã
<?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>com.jzy.game</groupId>
<artifactId>game</artifactId>
<version>releases</version>
<packaging>pom</packaging>
<name>game</name>
<description>游戏服务器父项目</description>
<modules>
<module>game-engine</module>
<module>game-gate</module>
<module>game-model</module>
<module>game-cluster</module>
<module>game-message</module>
<module>game-bydr</module>
<module>game-hall</module>
<module>game-bydr-world</module>
<module>game-ai</module>
</modules>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<game.version>0.0.1-SNAPSHOT</game.version>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.18</version>
</dependency>
<!--xml 配置文档 -->
<dependency>
<groupId>com.squareup.retrofit</groupId>
<artifactId>converter-simplexml</artifactId>
<version>1.6.1</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.3.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>JZY</id>
<build>
<plugins>
<!-- 自定义插件 -->
<plugin>
<groupId>com.jzy.game</groupId>
<artifactId>game-maven-plugin</artifactId>
<version>releases</version>
<!-- <executions> <execution> 更新项目代码 <id>updateProject</id> <phase>clean</phase>
<goals> <goal>updateProject</goal> </goals> </execution> </executions> -->
</plugin>
</plugins>
</build>
</profile>
</profiles>
<url>https://jzyong.github.io/game-server/</url>
<developers>
<developer>
<id>jzyong</id>
<name>Jzyong</name>
<email>359135103@qq.com</email>
<url>https://jzyong.github.io/game-server/</url>
</developer>
</developers>
<scm>
<url>https://github.com/jzyong/game-server</url>
<developerConnection>scm:git:git://github.com/jzyong/game-server.git</developerConnection>
<connection>scm:git:git://github.com/jzyong/game-server.git</connection>
</scm>
<!-- <repositories> <repository> <id>maven-central</id> <name>maven-central</name>
<url>http://192.168.0.71:8081/repository/maven-central/</url> <layout>default</layout>
<releases> <enabled>true</enabled> </releases> <snapshots> <enabled>true</enabled>
</snapshots> </repository> <repository> <id>maven-releases</id> <name>Releases</name>
<url>http://192.168.0.71:8081/repository/maven-releases/</url> </repository>
<repository> <id>snapshots</id> <name>Snapshots</name> <url>http://192.168.0.71:8081/repository/snapshots/</url>
</repository> </repositories> <distributionManagement> <repository> <id>maven-releases</id>
<name>Nexus Releases Repository</name> <url>http://192.168.0.71:8081/repository/maven-releases/</url>
</repository> <snapshotRepository> <id>snapshots</id> <name>snapshots</name>
<url>http://192.168.0.71:8081/repository/snapshots/</url> </snapshotRepository>
</distributionManagement> -->
</project>
Java
1
https://gitee.com/tansuozhec/game-server-old.git
git@gitee.com:tansuozhec/game-server-old.git
tansuozhec
game-server-old
game-server-old
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891