4 Star 1 Fork 1

qdbp / qdbp-vmall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
zhaohuihua 提交于 2022-08-14 23:07 . 配置修改
<?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>
<parent>
<groupId>com.gitee.qdbp</groupId>
<artifactId>qdbp-core-parent</artifactId>
<version>3.5.0</version>
<relativePath />
</parent>
<artifactId>vmall-pom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<modules>
<module>abstract</module>
<module>sales-api</module>
<module>sales-biz</module>
<module>view-mgr-ctl</module>
<module>view-mgr-ui</module>
<module>view-usr-ctl</module>
<module>view-usr-ui</module>
<module>web-mgr</module>
<module>web-usr</module>
</modules>
<scm>
<connection>scm:git:https://gitee.com/qdbp/qdbp-vmall.git</connection>
<developerConnection>scm:git:https://gitee.com/qdbp/qdbp-vmall.git</developerConnection>
<url>https://gitee.com/qdbp/qdbp-vmall.git</url>
<tag>HEAD</tag>
</scm>
</project>
Java
1
https://gitee.com/qdbp/qdbp-vmall.git
git@gitee.com:qdbp/qdbp-vmall.git
qdbp
qdbp-vmall
qdbp-vmall
master

搜索帮助