How can I find valid Workspace Product Keys to configure for liferay.workspace.product in gradle.property?

Issue

  • What "product keys" are valid to configure for the liferay.workspace.product= property in gradle.properties?
  • How can I select the proper "product key" value for Liferay Workspace?

Environment

  • Liferay Workspace
  • DXP 7.4, 7.3, 7.2, 7.1, 7.0

Resolution

  • A centralized repository page that shows all valid "product key" values for Liferay DXP versions can be found at https://releases-cdn.liferay.com/tools/workspace/.product_info.json
    • Example: liferay.workspace.product=dxp-7.3-sp3
  • A more reliable way to check product key values would be via blade itself:
    blade init --list --all
    • To filter for DXP versions only, you can modify it as follows:
      blade init --list --all | grep dxp

 

Este artigo foi útil?
Utilizadores que acharam útil: 2 de 2