Initial commit: five Maven reactors and docs only

Track maven-cloudwalk-cloud, maven-cw-elevator-application,
maven-intelligent-cwoscomponent, maven-ninca-crk, maven-ninca-qk-alarm,
and docs/. Other workspace paths ignored via .gitignore.

Made-with: Cursor
This commit is contained in:
反编译工作区
2026-04-24 10:35:31 +08:00
commit e2ac14719b
653 changed files with 50372 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
原始运行包 / 官方构件体现的 Java 版本:Java 81.8
依据(摘录自本工作区内文件,便于审计):
1) cw-elevator-application-V1.0.0.20211103
- META-INF/MANIFEST.MFBuild-Jdk: 1.8.0_144
- META-INF/maven/.../cw-elevator-application-starter/pom.xml
maven.compiler.source=8maven.compiler.target=8
2) cw-elevator-application-V1.0.0.20211103/lib/cw-elevator-application-common-1.0-SNAPSHOT.jar
- META-INF/MANIFEST.MFBuild-Jdk: 1.8.0_144
3) cw-elevator-application-V1.0.0.20211103/lib/cloudwalk-common-event-3.7.2-Brussels-SRX.jar
- META-INF/MANIFEST.MFBuild-Jdk: 1.8.0_191
4) artifacts/decompiled/trees/ninca-crk-std-backend-V2.9.1_20210630.jar.src/META-INF/maven/.../pom.xml
- maven.compiler.source=1.8maven.compiler.target=1.8
结论:五个聚合 Maven 工程应与上述一致,使用 JDK 8 作为运行 Maven 的 JVMJAVA_HOME 指向 1.8.x),
字节码目标为 1.8。各聚合父 POM 已配置 maven-enforcer-plugin,要求 [1.8,1.9),避免误用 JDK 11+ 仅当“编译目标 8”导致注解处理器等问题。