1 Star 0 Fork 87

宋磊/zhy-frame-parent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 3.61 KB
一键复制 编辑 原始数据 按行查看 历史
lvmoney 提交于 2020-08-06 10:29 . 调整版本管理方式
<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.zhy.frame</groupId>
<artifactId>zhy-frame-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>zhy-frame-core</module>
<module>zhy-frame-log</module>
<module>zhy-frame-mq</module>
<module>zhy-frame-cache</module>
<module>zhy-frame-config</module>
<module>zhy-frame-authentication</module>
<module>zhy-frame-job</module>
<module>zhy-frame-db</module>
<module>zhy-frame-captcha</module>
<module>zhy-frame-ops</module>
<module>zhy-frame-oss</module>
<module>zhy-frame-dispatch</module>
<module>zhy-frame-office</module>
<module>zhy-frame-notice</module>
<module>zhy-frame-demo</module>
<module>zhy-frame-registry</module>
<module>zhy-frame-route</module>
<module>zhy-frame-dubbo</module>
<module>zhy-frame-base</module>
<module>zhy-frame-cloud</module>
<module>zhy-frame-test</module>
<module>zhy-frame-pool</module>
<module>zhy-frame-retrieval</module>
<module>zhy-frame-newsql</module>
<module>zhy-frame-sync</module>
<module>zhy-frame-html</module>
<module>zhy-frame-stream</module>
<module>zhy-frame-ipfs</module>
<module>zhy-frame-workflow</module>
<module>zhy-frame-strategy</module>
<module>zhy-frame-serverless</module>
<module>zhy-frame-sidecar</module>
<module>zhy-frame-autocode</module>
<module>zhy-frame-archetype</module>
<module>zhy-frame-operate</module>
<module>zhy-frame-bom</module>
</modules>
<distributionManagement>
<repository>
<id>nexus-releases</id>
<name>private</name>
<url>http://10.20.128.244:8081/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<name>private</name>
<url>http://10.20.128.244:8081/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<properties>
<maven.compiler.vesion>3.6.0</maven.compiler.vesion>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-surefire-plugin.version>2.12.4</maven-surefire-plugin.version>
<buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>
<springboot.version>2.1.0.RELEASE</springboot.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.vesion}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/song4562/zhy-frame-parent.git
[email protected]:song4562/zhy-frame-parent.git
song4562
zhy-frame-parent
zhy-frame-parent
master

搜索帮助