当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
119 Star 584 Fork 310

埃毕致开源商业套件 / iBizPMS(软件生产管理)
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>
<artifactId>ibizpms</artifactId>
<groupId>cn.ibizlab.pms</groupId>
<version>1.0.0.0</version>
<name>Ibizpms</name>
<description></description>
<packaging>pom</packaging>
<parent>
<groupId>cn.ibizlab.pms</groupId>
<artifactId>ibizpms-dependencies</artifactId>
<version>1.0.0.0</version>
<relativePath>ibizpms-dependencies/pom.xml</relativePath>
</parent>
<modules>
<!-- docs -->
<module>ibizpms-docs</module>
<!-- dependencies -->
<module>ibizpms-dependencies</module>
<!-- utils -->
<module>ibizpms-util</module>
<!-- cores -->
<module>ibizpms-core</module>
<!-- services -->
<module>ibizpms-provider</module>
<!-- apps -->
<module>ibizpms-app</module>
<!-- boot -->
<module>ibizpms-boot</module>
</modules>
<repositories>
<repository>
<id>aliyunmaven</id>
<name>阿里云公共仓库</name>
<url>https://maven.aliyun.com/repository/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
</project>
Java
1
https://gitee.com/ibizlab/iBizPMS.git
git@gitee.com:ibizlab/iBizPMS.git
ibizlab
iBizPMS
iBizPMS(软件生产管理)
master

搜索帮助