1 Star 0 Fork 0

ckiss/eden-demo-cola

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 4.07 KB
一键复制 编辑 原始数据 按行查看 历史
梦想歌 提交于 2023-03-12 14:48 . change group id for sonatype
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
~ Copyright 2012-2019 the original author or authors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.shiyindaxiaojie</groupId>
<artifactId>eden-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath/>
</parent>
<groupId>io.github.shiyindaxiaojie.eden.demo</groupId>
<artifactId>eden-demo-cola</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eden-demo-cola</name>
<description>阿里巴巴COLA应用架构</description>
<modules>
<module>eden-demo-cola-adapter</module>
<module>eden-demo-cola-app</module>
<module>eden-demo-cola-client</module>
<module>eden-demo-cola-domain</module>
<module>eden-demo-cola-infrastructure</module>
<module>eden-demo-cola-start</module>
</modules>
<developers>
<developer>
<id>sion</id>
<name>mengxiangge</name>
<email>shiyindaxiaojie@gmail.com</email>
<roles>
<role>Architect</role>
<role>Developer</role>
</roles>
</developer>
</developers>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/shiyindaxiaojie/eden-demo-cola</url>
<connection>scm:git:git://github.com/shiyindaxiaojie/eden-demo-cola.git</connection>
<developerConnection>scm:git:ssh://git@github.com/shiyindaxiaojie/eden-demo-cola.git</developerConnection>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/shiyindaxiaojie/eden-demo-cola/issues</url>
</issueManagement>
<repositories>
<repository>
<id>sonatype-ossrh-releases</id>
<url>https://s01.oss.sonatype.org/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>sonatype-ossrh-snapshots</id>
<url>https://s01.oss.sonatype.org/content/groups/staging/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.shiyindaxiaojie.eden.demo</groupId>
<artifactId>eden-demo-cola-adapter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie.eden.demo</groupId>
<artifactId>eden-demo-cola-app</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie.eden.demo</groupId>
<artifactId>eden-demo-cola-client</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie.eden.demo</groupId>
<artifactId>eden-demo-cola-domain</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.shiyindaxiaojie.eden.demo</groupId>
<artifactId>eden-demo-cola-infrastructure</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ckiss58/eden-demo-cola.git
git@gitee.com:ckiss58/eden-demo-cola.git
ckiss58
eden-demo-cola
eden-demo-cola
2.4.x

搜索帮助