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

Quarterlyリリースでosgi/modulesディレクトリにあるLiferayモジュールjarとカスタムjarを分離することは可能ですか?

written-by

Emma Liu

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

問題

  • Quarterlyリリース2023.Q3にアップグレードすると、Liferayモジュールが osgi/modules ディレクトリに保存されるようになりました。 四半期リリースでは、 osgi/modules ディレクトリで Liferay モジュール jar とカスタム jar を分けることは可能ですか?

環境

  • 四半期リリース 2023.Q3.x
  • 四半期リリース 2023.Q4.0

解像度

  • 2023.Q3では、 osgi/modulesディレクトリにもLiferayモジュールが含まれています。 LPS-200065 は Liferay モジュールを osgi/portalの代わりに osgi/modulesというディレクトリに移動します。 この修正は、2023.Q4.X パッチリリースに含まれる予定です。

    2023.Q3バージョンに代わる解決方法は、 portal-ext.properties の形式を使用して、独自のディレクトリを定義することです:
    module.framework.auto.deploy.dirs=\
    ${module.framework.client.extensions.dir},\
    ${module.framework.configs.dir},\
    ${module.framework.marketplace.dir},\
    ${module.framework.modules.dir},\
    ${module.framework.portal.dir},\
    ${module.framework.war.dir},\
    ${module.framework.base.dir}/custom

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base