代码拉取完成,页面将自动刷新
同步操作将从 Jingli/game-server 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。