docs: remove decompilation-centric wording; rename *-decompiled-reactor to *-reactor

- Neutral titles (starRiverProperty); 源码归档 wording; paths unchanged
- Parent artifactIds: cloudwalk-cloud-reactor, cw-elevator-application-reactor, etc.
- cw.elevator.v1.lib.dir and deploy script use repo-relative paths
- package-info and module descriptions cleaned

Made-with: Cursor
This commit is contained in:
反编译工作区
2026-04-24 10:48:31 +08:00
parent e2ac14719b
commit 717b9a9240
24 changed files with 49 additions and 51 deletions
@@ -15,5 +15,5 @@
<version>3.7.2-Brussels-SRX</version>
<packaging>pom</packaging>
<name>cloudwalk-cloud-common (stub parent)</name>
<description>与历史/私服已发布 JAR 中声明的 parent 对齐;反编译聚合工程见 cloudwalk-cloud-decompiled-reactor。</description>
<description>与历史/私服已发布 JAR 中声明的 parent 对齐;聚合工程见 cloudwalk-cloud-reactor。</description>
</project>
@@ -5,7 +5,7 @@
<parent>
<groupId>cn.cloudwalk.cloud</groupId>
<artifactId>cloudwalk-cloud-decompiled-reactor</artifactId>
<artifactId>cloudwalk-cloud-reactor</artifactId>
<version>3.7.2-Brussels-SRX</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -5,7 +5,7 @@
<parent>
<groupId>cn.cloudwalk.cloud</groupId>
<artifactId>cloudwalk-cloud-decompiled-reactor</artifactId>
<artifactId>cloudwalk-cloud-reactor</artifactId>
<version>3.7.2-Brussels-SRX</version>
<relativePath>../pom.xml</relativePath>
</parent>
+3 -3
View File
@@ -11,11 +11,11 @@
</parent>
<groupId>cn.cloudwalk.cloud</groupId>
<artifactId>cloudwalk-cloud-decompiled-reactor</artifactId>
<artifactId>cloudwalk-cloud-reactor</artifactId>
<version>3.7.2-Brussels-SRX</version>
<packaging>pom</packaging>
<name>cloudwalk-cloud (decompiled reactor)</name>
<description>聚合反编译模块:cloudwalk-common-event、cloudwalk-common-service。原父 POM cloudwalk-cloud-common 缺失,由本工程继承 Spring Boot 并集中管理云从内部构件版本。</description>
<name>cloudwalk-cloud (Maven reactor)</name>
<description>聚合模块:cloudwalk-common-event、cloudwalk-common-service。原父 POM cloudwalk-cloud-common 缺失,由本工程继承 Spring Boot 并集中管理云从内部构件版本。</description>
<modules>
<!-- 先安装到本地 ~/.m2,供其它工程解析私服 JAR 的 parentcloudwalk-cloud-common -->