legacy-knowledge-base
公開されました Sep. 10, 2025

Ext モジュールがクラウド デプロイ プロセスでデプロイされない

written-by

Marco Abamonga

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • ワークスペースの modules_ext スタイル プロジェクトは、/build/dist/osgi/marketplace/override に正しくデプロイされます。 ただし、dockerDeploy (docker イメージのビルド時) の場合、/build/docker/configs/{env}/osgi/marketplace/override には予期される jar ファイルが含まれていません。

Environment

  • Liferay Workspace、Liferay Experience Cloud - 自己管理型

解決策

  • デプロイする前に、gradle/workspace ビルドを Liferay ワークスペース プラグインの最新バージョン 3.3.0 以降に移動します。 バージョンを更新するには、次のように <workspace>/liferay/settings.gradle を調整します。


    classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "3.4.14")

追加情報

  • LPS-123871

did-this-article-resolve-your-issue

legacy-knowledge-base