1 Star 0 Fork 2

shitou321/ICEAdmin-MS

forked from BKUN/ICEAdmin-MS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
BKUN 提交于 2019-08-24 22:27 . 初始导入
<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>
<artifactId>ICEAdmin-MS</artifactId>
<packaging>pom</packaging>
<description>ICEAdmin-MS</description>
<modules>
<module>ice-ms-registry</module>
<module>ice-ms-gateway</module>
<module>ice-ms-authority</module>
<module>ice-ms-admin</module>
<module>ice-ms-monitor</module>
<module>ice-ms-api</module>
</modules>
<!-- ICE Cloud 核心包 -->
<parent>
<groupId>com.iceframework</groupId>
<artifactId>ice-cloud-pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<maven.compile.source>1.8</maven.compile.source>
<maven.compile.target>1.8</maven.compile.target>
</properties>
<developers>
<developer>
<name>palo</name>
<email>442803840@qq.com</email>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${maven.compile.source}</source>
<target>${maven.compile.target}</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
</plugins>
<finalName>ICEAdmin-MS</finalName>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/shitou_123/ICEAdmin-MS.git
git@gitee.com:shitou_123/ICEAdmin-MS.git
shitou_123
ICEAdmin-MS
ICEAdmin-MS
master

搜索帮助