1 Star 0 Fork 91

大家风范 / csx-bsf-all

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 4.57 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>
<parent>
<groupId>com.yh.csx.bsf</groupId>
<artifactId>csx-bsf-dependencies</artifactId>
<version>1.7.1-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>csx-bsf-all</artifactId>
<packaging>pom</packaging>
<modules>
<module>csx-bsf-core</module>
<module>csx-bsf-elk</module>
<module>csx-bsf-demo</module>
<module>csx-bsf-starter</module>
<module>csx-bsf-dependencies</module>
<module>csx-bsf-apollo</module>
<module>csx-bsf-cat</module>
<module>csx-bsf-message</module>
<module>csx-bsf-job</module>
<module>csx-bsf-mq</module>
<module>csx-bsf-shardingjdbc</module>
<module>csx-bsf-eureka</module>
<module>csx-bsf-elasticsearch</module>
<module>csx-bsf-redis</module>
<module>csx-bsf-file</module>
<module>csx-bsf-health</module>
</modules>
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.yh.csx.bsf</groupId>
<artifactId>csx-bsf-dependencies</artifactId>
<version>${project.parent.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.4</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven.javadoc.version}</version>
<configuration>
<encoding>UTF-8</encoding>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<aggregate>true</aggregate>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven.source.version}</version>
<configuration>
<attach>true</attach>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>central</id>
<url>https://repo.maven.apache.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>unidal</id>
<name>Unidal Repository</name>
<url>http://unidal.org/nexus/content/repositories/releases/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>
Java
1
https://gitee.com/jfld/csx-bsf-all.git
git@gitee.com:jfld/csx-bsf-all.git
jfld
csx-bsf-all
csx-bsf-all
master

搜索帮助