1 Star 0 Fork 95

蒋工 / cola-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 998 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<!--
a dummy aggregation parent pom for development.
simplify the development process for all cola modules including examples modules, e.g.
- maven test/install
- import to IDE
-->
<groupId>com.alibaba.cola</groupId>
<artifactId>cola-dummy-aggregation-parent</artifactId>
<version>dummy-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>cola-components</module>
<module>cola-archetypes</module>
<module>cola-samples/craftsman</module>
<!-- A test failed module is better to get out. -->
<!--
<module>cola-samples/charge</module>
-->
</modules>
</project>
1
https://gitee.com/TopFlyer/cola-framework.git
git@gitee.com:TopFlyer/cola-framework.git
TopFlyer
cola-framework
cola-framework
master

搜索帮助