Skip to content

Commit

Permalink
optimize: optimize pom description (apache#4721)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Jun 22, 2022
1 parent 285a24b commit 48a7581
Show file tree
Hide file tree
Showing 86 changed files with 101 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version>${revision}</version>

<name>Seata Build ${project.version}</name>

<description>plugin management for Seata built with Maven</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down
1 change: 1 addition & 0 deletions changes/en-us/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Add changes here for all PR submitted to the develop branch.
- [[#4693](https://github.com/seata/seata/pull/4693)] optimize the console navigation bar
- [[#4544](https://github.com/seata/seata/pull/4544)] optimize jackson dependencies in TransactionContextFilterTest
- [[#4700](https://github.com/seata/seata/pull/4700)] fix maven-compiler-plugin and maven-resources-plugin execute failed
- [[#4720](https://github.com/seata/seata/pull/4720)] optimize pom description

### test:

Expand Down
1 change: 1 addition & 0 deletions changes/zh-cn/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [[#4693](https://github.com/seata/seata/pull/4693)] 优化控制台导航栏
- [[#4544](https://github.com/seata/seata/pull/4544)] 优化测试用例TransactionContextFilterTest中jackson包依赖问题
- [[#4700](https://github.com/seata/seata/pull/4700)] 修复 maven-compiler-plugin 和 maven-resources-plugin 执行失败
- [[#4720](https://github.com/seata/seata/pull/4720)] 优化pom描述

### test:

Expand Down
1 change: 1 addition & 0 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<artifactId>seata-common</artifactId>
<packaging>jar</packaging>
<name>seata-common ${project.version}</name>
<description>common library for Seata built with Maven</description>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
Expand Down
1 change: 1 addition & 0 deletions compressor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<artifactId>seata-compressor</artifactId>
<packaging>pom</packaging>
<name>seata-compressor ${project.version}</name>
<description>compressor top parent for Seata built with Maven</description>

<modules>
<module>seata-compressor-all</module>
Expand Down
1 change: 1 addition & 0 deletions compressor/seata-compressor-7z/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<artifactId>seata-compressor-7z</artifactId>
<packaging>jar</packaging>
<name>seata-compressor-7z ${project.version}</name>
<description>compressor-7z for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions compressor/seata-compressor-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-compressor-all</artifactId>
<name>seata-compressor-all ${project.version}</name>
<description>compressor-all for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions compressor/seata-compressor-bzip2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<artifactId>seata-compressor-bzip2</artifactId>
<packaging>jar</packaging>
<name>seata-compressor-bzip2 ${project.version}</name>
<description>compressor-bzip2 for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions compressor/seata-compressor-deflater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<artifactId>seata-compressor-deflater</artifactId>
<packaging>jar</packaging>
<name>seata-compressor-deflater ${project.version}</name>
<description>compressor-deflater for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions compressor/seata-compressor-gzip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<artifactId>seata-compressor-gzip</artifactId>
<packaging>jar</packaging>
<name>seata-compressor-gzip ${project.version}</name>
<description>compressor-gzip for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions compressor/seata-compressor-lz4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<artifactId>seata-compressor-lz4</artifactId>
<packaging>jar</packaging>
<name>seata-compressor-lz4 ${project.version}</name>
<description>compressor-lz4 for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions compressor/seata-compressor-zip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<artifactId>seata-compressor-zip</artifactId>
<packaging>jar</packaging>
<name>seata-compressor-zip ${project.version}</name>
<description>compressor-zip for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions compressor/seata-compressor-zstd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<artifactId>seata-compressor-zstd</artifactId>
<packaging>jar</packaging>
<name>seata-compressor-zstd ${project.version}</name>
<description>compressor-zstd for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
<artifactId>seata-config</artifactId>
<packaging>pom</packaging>
<name>seata-config ${project.version}</name>
<description>config top parent for Seata built with Maven</description>

<modules>
<module>seata-config-core</module>
<module>seata-config-custom</module>
Expand Down
1 change: 1 addition & 0 deletions config/seata-config-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-config-all</artifactId>
<name>seata-config-all ${project.version}</name>
<description>config-all for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions config/seata-config-apollo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-config-apollo</artifactId>
<name>seata-config-apollo ${project.version}</name>
<description>config-apollo for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions config/seata-config-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-config-consul</artifactId>
<name>seata-config-consul ${project.version}</name>
<description>config-consul for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions config/seata-config-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-config-core</artifactId>
<name>seata-config-core ${project.version}</name>
<description>config-core for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions config/seata-config-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-config-custom</artifactId>
<name>seata-config-custom ${project.version}</name>
<description>config-custom for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions config/seata-config-etcd3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-config-etcd3</artifactId>
<name>seata-config-etcd3 ${project.version}</name>
<description>config-etcd3 for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions config/seata-config-nacos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-config-nacos</artifactId>
<name>seata-config-nacos ${project.version}</name>
<description>config-nacos for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions config/seata-config-spring-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

<artifactId>seata-config-spring-cloud</artifactId>
<name>seata-config-spring-cloud ${project.version}</name>
<description>config-spring-cloud for Seata built with Maven</description>

<dependencies>
<dependency>
<groupId>io.seata</groupId>
Expand Down
1 change: 1 addition & 0 deletions config/seata-config-zk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-config-zk</artifactId>
<name>seata-config-zk ${project.version}</name>
<description>config-zookeeper for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<artifactId>seata-console</artifactId>
<packaging>jar</packaging>
<name>seata-console ${project.version}</name>
<description>console for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<artifactId>seata-core</artifactId>
<packaging>jar</packaging>
<name>seata-core ${project.version}</name>
<description>core for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<packaging>pom</packaging>

<name>Seata dependencies ${project.version}</name>
<description>Seata dependencies</description>
<description>dependencies for Seata built with Maven</description>

<properties>
<dubbo.version>2.7.4</dubbo.version>
Expand Down
2 changes: 2 additions & 0 deletions discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<packaging>pom</packaging>
<artifactId>seata-discovery</artifactId>
<name>seata-discovery ${project.version}</name>
<description>discovery top parent for Seata built with Maven</description>

<modules>
<module>seata-discovery-consul</module>
<module>seata-discovery-core</module>
Expand Down
1 change: 1 addition & 0 deletions discovery/seata-discovery-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-discovery-all</artifactId>
<name>seata-discovery-all ${project.version}</name>
<description>discovery-all for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions discovery/seata-discovery-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-discovery-consul</artifactId>
<name>seata-discovery-consul ${project.version}</name>
<description>discovery-consul for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions discovery/seata-discovery-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-discovery-core</artifactId>
<name>seata-discovery-core ${project.version}</name>
<description>discovery-core for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions discovery/seata-discovery-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-discovery-custom</artifactId>
<name>seata-discovery-custom ${project.version}</name>
<description>discovery-custom for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions discovery/seata-discovery-etcd3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-discovery-etcd3</artifactId>
<name>seata-discovery-etcd3 ${project.version}</name>
<description>discovery-etcd3 for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions discovery/seata-discovery-eureka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-discovery-eureka</artifactId>
<name>seata-discovery-eureka ${project.version}</name>
<description>discovery-eureka for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions discovery/seata-discovery-nacos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-discovery-nacos</artifactId>
<name>seata-discovery-nacos ${project.version}</name>
<description>discovery-nacos for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions discovery/seata-discovery-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-discovery-redis</artifactId>
<name>seata-discovery-redis ${project.version}</name>
<description>discovery-redis for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions discovery/seata-discovery-sofa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-discovery-sofa</artifactId>
<name>seata-discovery-sofa ${project.version}</name>
<description>discovery-sofa for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions discovery/seata-discovery-zk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-discovery-zk</artifactId>
<name>seata-discovery-zk ${project.version}</name>
<description>discovery-zookeeper for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<artifactId>seata-distribution</artifactId>
<packaging>pom</packaging>
<name>seata-distribution ${project.version}</name>
<description>distribution for Seata built with Maven</description>

<profiles>
<profile>
Expand Down
1 change: 1 addition & 0 deletions ext/apm-seata-skywalking-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<artifactId>apm-seata-skywalking-plugin</artifactId>
<packaging>jar</packaging>
<name>apm-seata-skywalking-plugin ${project.version}</name>
<description>skywalking plugin for Seata built with Maven</description>

<properties>
<skywalking.version>8.6.0</skywalking.version>
Expand Down
1 change: 1 addition & 0 deletions integration/brpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<artifactId>seata-brpc</artifactId>
<packaging>jar</packaging>
<name>seata-brpc ${project.version}</name>
<description>brpc integration for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions integration/dubbo-alibaba/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

<artifactId>seata-dubbo-alibaba</artifactId>
<name>seata-dubbo-alibaba ${project.version}</name>
<description>alibaba dubbo integration for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions integration/dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<artifactId>seata-dubbo</artifactId>
<packaging>jar</packaging>
<name>seata-dubbo ${project.version}</name>
<description>apache dubbo integration for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions integration/grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<artifactId>seata-grpc</artifactId>
<packaging>jar</packaging>
<name>seata-grpc ${project.version}</name>
<description>gRPC integration for Seata built with Maven</description>


<dependencies>
Expand Down
1 change: 1 addition & 0 deletions integration/hsf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<artifactId>seata-hsf</artifactId>
<packaging>jar</packaging>
<name>seata-hsf ${project.version}</name>
<description>EDAS hsf integration for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions integration/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<artifactId>seata-http</artifactId>
<packaging>jar</packaging>
<name>seata-http ${project.version}</name>
<description>http-client integration for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions integration/motan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<artifactId>seata-motan</artifactId>
<packaging>jar</packaging>
<name>seata-motan ${project.version}</name>
<description>motan integration for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions integration/sofa-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<artifactId>seata-sofa-rpc</artifactId>
<packaging>jar</packaging>
<name>seata-sofa-rpc ${project.version}</name>
<description>sofa-rpc integration for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<packaging>pom</packaging>
<artifactId>seata-metrics</artifactId>
<name>seata-metrics ${project.version}</name>
<description>metrics top parent for Seata built with Maven</description>

<modules>
<module>seata-metrics-all</module>
Expand Down
1 change: 1 addition & 0 deletions metrics/seata-metrics-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>seata-metrics-all</artifactId>
<name>seata-metrics-all ${project.version}</name>
<description>metrics-all for Seata built with Maven</description>

<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit 48a7581

Please sign in to comment.