1 Star 0 Fork 0

未言为焉 / common-open

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 3.34 KB
一键复制 编辑 原始数据 按行查看 历史
未言为焉 提交于 2021-07-06 16:59 . 线程隔离
<?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>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version>
<relativePath></relativePath>
</parent>
<groupId>com.common</groupId>
<artifactId>common-open-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>common-open-parent</name>
<url>http://maven.apache.org</url>
<modules>
<module>audit-log-spring-boot-starter</module>
<module>common-utils</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Finchley.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<distributionManagement>
<snapshotRepository>
<id>Snapshots</id>
<name>Snapshots</name>
<url>http://maven.visualchina.com:8081/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>Releases</id>
<name>Releases</name>
<url>http://maven.visualchina.com:8081/nexus/content/repositories/releases/</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>Snapshots</id>
<name>Snapshots</name>
<url>http://maven.visualchina.com:8081/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>Releases</id>
<name>Releases</name>
<url>http://maven.visualchina.com:8081/nexus/content/repositories/releases/</url>
</repository>
<repository>
<id>spring-snapshots</id>
<url>http://maven.visualchina.com:8081/nexus/content/repositories/spring-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>
Java
1
https://gitee.com/zhou_wenxuan/common-open.git
git@gitee.com:zhou_wenxuan/common-open.git
zhou_wenxuan
common-open
common-open
master

搜索帮助