sohutv / cachecloud

搜狐视频(sohu tv)Redis私有云平台 :支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本,提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports Standalone, Sentinel, and Cluster architectures for Redis, effectively reducing large-scale Redis operation and maintenance costs, and improving resource management and utilization. The platform provides rapid construction/migration, operation and maintenance management, elastic scaling, statistical monitoring, client integration and access and other functions)
http://cachecloud.github.io/
Apache License 2.0
8.76k stars 2.04k forks source link

3.2无法正常编译 #306

Closed beebol closed 7 months ago

beebol commented 1 year ago

mvn clean compile install -Ponline [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-parseable POM /root/.m2/repository/org/springframework/boot/spring-boot-dependencies/2.2.9.RELEASE/spring-boot-dependencies-2.2.9.RELEASE.pom: unexpected markup <!d (position: START_DOCUMENT seen ...governing permissions and\n limitations under the License.\n\n-->\n<!d... @18:4) @ /root/.m2/repository/org/springframework/boot/spring-boot-dependencies/2.2.9.RELEASE/spring-boot-dependencies-2.2.9.RELEASE.pom, line 18, column 4 [FATAL] Non-parseable POM /root/.m2/repository/org/springframework/cloud/spring-cloud-dependencies/Hoxton.SR4/spring-cloud-dependencies-Hoxton.SR4.pom: unexpected markup <!d (position: START_DOCUMENT seen ...governing permissions and\n limitations under the License.\n\n-->\n<!d... @18:4) @ /root/.m2/repository/org/springframework/cloud/spring-cloud-dependencies/Hoxton.SR4/spring-cloud-dependencies-Hoxton.SR4.pom, line 18, column 4 [ERROR] 'dependencies.dependency.version' for org.springframework.boot:sp

githubname1024 commented 1 year ago

@beebol 此异常非cachecloud项目本身的异常。 请确认maven配置,或仓库中依赖项是否下载成功。如上述两个均无问题,可根据异常提示修复mvn打包问题。

KeithTt commented 1 year ago

我用这条指令也编译不了 然后直接用 mvn clean package 编译的