2018-12-24 11:58:45 +08:00
|
|
|
<?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>
|
|
|
|
|
|
|
|
<groupId>org.springblade</groupId>
|
|
|
|
<artifactId>blade-tool</artifactId>
|
2019-11-17 20:47:22 +08:00
|
|
|
<version>2.5.4</version>
|
2018-12-24 11:58:45 +08:00
|
|
|
<packaging>pom</packaging>
|
2018-12-29 00:11:16 +08:00
|
|
|
<name>blade-tool</name>
|
|
|
|
<description>
|
|
|
|
blade-tool is a powerful toolbox for SpringBlade
|
|
|
|
</description>
|
|
|
|
<url>https://github.com/chillzhuang/blade-tool</url>
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<id>smallchill</id>
|
|
|
|
<name>庄骞</name>
|
|
|
|
<email>smallchill@163.com</email>
|
|
|
|
<roles>
|
|
|
|
<role>Java Development Engineer</role>
|
|
|
|
</roles>
|
|
|
|
<timezone>2018-12-28 23:33:33</timezone>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
|
|
|
|
<url>http://www.gnu.org/licenses/lgpl.html</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
<scm>
|
2018-12-29 00:34:39 +08:00
|
|
|
<connection>https://github.com/chillzhuang/blade-tool.git</connection>
|
|
|
|
<developerConnection>https://github.com/chillzhuang</developerConnection>
|
|
|
|
<url>https://github.com/chillzhuang/blade-tool.git</url>
|
2018-12-29 00:11:16 +08:00
|
|
|
</scm>
|
2018-12-24 11:58:45 +08:00
|
|
|
|
|
|
|
<properties>
|
2019-11-17 20:47:22 +08:00
|
|
|
<blade.tool.version>2.5.4</blade.tool.version>
|
2018-12-24 11:58:45 +08:00
|
|
|
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
<maven.plugin.version>3.8.0</maven.plugin.version>
|
|
|
|
<swagger.version>2.9.2</swagger.version>
|
|
|
|
<swagger.models.version>1.5.21</swagger.models.version>
|
2019-09-23 12:51:47 +08:00
|
|
|
<swagger.bootstrapui.version>1.9.6</swagger.bootstrapui.version>
|
2019-07-05 23:21:07 +08:00
|
|
|
<mybatis.plus.version>3.1.2</mybatis.plus.version>
|
2018-12-24 11:58:45 +08:00
|
|
|
<curator.framework.version>4.0.1</curator.framework.version>
|
|
|
|
<protostuff.version>1.6.0</protostuff.version>
|
|
|
|
<disruptor.version>3.4.2</disruptor.version>
|
2019-07-05 23:21:07 +08:00
|
|
|
<spring.boot.admin.version>2.1.5</spring.boot.admin.version>
|
2019-06-17 00:15:24 +08:00
|
|
|
<mica.auto.version>1.1.0</mica.auto.version>
|
2019-08-04 20:56:51 +08:00
|
|
|
<alibaba.cloud.version>2.1.0.RELEASE</alibaba.cloud.version>
|
2019-11-03 21:22:47 +08:00
|
|
|
<alibaba.seata.version>0.9.0</alibaba.seata.version>
|
2018-12-24 11:58:45 +08:00
|
|
|
|
2019-11-03 21:22:47 +08:00
|
|
|
<spring.boot.version>2.1.9.RELEASE</spring.boot.version>
|
2019-09-23 12:51:47 +08:00
|
|
|
<spring.cloud.version>Greenwich.SR3</spring.cloud.version>
|
2019-07-05 23:21:07 +08:00
|
|
|
<spring.platform.version>Cairo-SR8</spring.platform.version>
|
2019-09-23 12:51:47 +08:00
|
|
|
|
2018-12-29 00:52:46 +08:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
2018-12-24 11:58:45 +08:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>blade-core-boot</module>
|
2019-04-13 23:44:46 +08:00
|
|
|
<module>blade-core-cloud</module>
|
|
|
|
<module>blade-core-develop</module>
|
2018-12-24 11:58:45 +08:00
|
|
|
<module>blade-core-launch</module>
|
|
|
|
<module>blade-core-log</module>
|
|
|
|
<module>blade-core-mybatis</module>
|
2019-04-13 23:44:46 +08:00
|
|
|
<module>blade-core-secure</module>
|
2018-12-24 11:58:45 +08:00
|
|
|
<module>blade-core-swagger</module>
|
2019-06-17 00:15:24 +08:00
|
|
|
<module>blade-core-test</module>
|
2019-04-13 23:44:46 +08:00
|
|
|
<module>blade-core-tool</module>
|
2019-06-17 00:15:24 +08:00
|
|
|
<module>blade-core-oss</module>
|
2019-09-23 12:51:47 +08:00
|
|
|
<module>blade-core-transaction</module>
|
2018-12-24 11:58:45 +08:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
|
|
<version>${spring.boot.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<artifactId>spring-cloud-dependencies</artifactId>
|
|
|
|
<version>${spring.cloud.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.spring.platform</groupId>
|
|
|
|
<artifactId>platform-bom</artifactId>
|
|
|
|
<version>${spring.platform.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.retry</groupId>
|
|
|
|
<artifactId>spring-retry</artifactId>
|
|
|
|
</dependency>
|
2019-01-21 17:48:03 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-01-16 10:19:10 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.dreamlu</groupId>
|
|
|
|
<artifactId>mica-auto</artifactId>
|
2019-01-21 17:48:03 +08:00
|
|
|
<version>${mica.auto.version}</version>
|
2019-01-21 19:56:27 +08:00
|
|
|
<scope>provided</scope>
|
2019-01-16 10:19:10 +08:00
|
|
|
</dependency>
|
2018-12-24 11:58:45 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<finalName>${project.name}</finalName>
|
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
</resource>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/java</directory>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.xml</include>
|
|
|
|
</includes>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2018-12-29 00:52:46 +08:00
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>${maven.plugin.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<source>${java.version}</source>
|
|
|
|
<target>${java.version}</target>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
<compilerArgs>
|
|
|
|
<arg>-parameters</arg>
|
|
|
|
</compilerArgs>
|
|
|
|
</configuration>
|
2018-12-24 11:58:45 +08:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2018-12-29 00:34:39 +08:00
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>2.9.1</version>
|
2018-12-24 11:58:45 +08:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2018-12-29 00:52:46 +08:00
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>2.18.1</version>
|
|
|
|
<configuration>
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
</configuration>
|
2018-12-24 11:58:45 +08:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>aliyun-repos</id>
|
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>aliyun-plugin</id>
|
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
<distributionManagement>
|
2018-12-29 00:11:16 +08:00
|
|
|
<snapshotRepository>
|
|
|
|
<id>oss</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
</snapshotRepository>
|
2018-12-24 11:58:45 +08:00
|
|
|
<repository>
|
2018-12-29 00:11:16 +08:00
|
|
|
<id>oss</id>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
2018-12-24 11:58:45 +08:00
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2018-12-29 00:11:16 +08:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>release</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
2018-12-29 00:52:46 +08:00
|
|
|
<!-- Source -->
|
2018-12-29 00:11:16 +08:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2018-12-29 00:52:46 +08:00
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<version>2.2.1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>jar-no-fork</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2018-12-29 00:11:16 +08:00
|
|
|
</plugin>
|
2018-12-29 00:52:46 +08:00
|
|
|
<!-- Javadoc -->
|
2018-12-29 00:11:16 +08:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2018-12-29 00:52:46 +08:00
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2019-01-21 17:48:03 +08:00
|
|
|
<version>2.10.1</version>
|
2018-12-29 00:11:16 +08:00
|
|
|
<executions>
|
|
|
|
<execution>
|
2018-12-29 00:52:46 +08:00
|
|
|
<phase>package</phase>
|
2018-12-29 00:11:16 +08:00
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2018-12-29 00:52:46 +08:00
|
|
|
<!-- GPG -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<version>1.6</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2018-12-29 00:11:16 +08:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
<distributionManagement>
|
|
|
|
<!-- 这里的id oss需要和setting.xml里面server节点配置的id一致-->
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>oss</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<repository>
|
|
|
|
<id>oss</id>
|
|
|
|
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
|
|
|
</repository>
|
|
|
|
</distributionManagement>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
2018-12-24 11:58:45 +08:00
|
|
|
</project>
|