【发布时间】:2018-12-21 19:11:15
【问题描述】:
最近遇到一个困扰本地AEM部署的问题,即content-package-maven-plugin有时会失败并出现以下错误:
[ERROR] 响应中缺少响应状态信息
更新content-package-maven-plugin 到版本0.5.24 和Maven 到3.5.2,这是插件需要的,解决本地环境的错误。
在 TeamCity 上构建相同的代码时,content-package-maven-plugin 插件会引发错误:
Filter root's ancestor '/apps' is not covered by any of the specified dependencies.
我们使用的是 AEM 6.3,TeamCity 有相应的 Maven 版本。
【问题讨论】: