legacy-knowledge-base
公開されました Jun. 30, 2025

MavenベースのDXP用Liferayワークスペース

written-by

Anishq Sharma

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

問題

  • Liferay Developer Studioでmavenを選択しても、EEバージョンのLiferay DXPを取得できません。

Environment

  • Liferay DXP 7.0+

解決策

  • ユーザーは、pom.xmlファイル内の以下の2つの設定を手動で変更して、DXPを使用することができます。
    • liferay.bom.version を見つけ、その値をdxpターゲットプラットフォームのバージョンに変更する。例えば、 dxp-7.4-u51
    • dependencyManagementを見つけ、その中で、すべてのアーティファクトIDについて、 release.portal.bomrelease.dxp.bom に変更する。
did-this-article-resolve-your-issue

legacy-knowledge-base