Issue
- The modules_ext style projects in workspace will correctly deploy to /build/dist/osgi/marketplace/override. However, for dockerDeploy (when building the docker image), /build/docker/configs/{env}/osgi/marketplace/override does not contain the expected jar file.
Environment
- Liferay Workspace, Liferay PaaS
Resolution
-
Move your gradle/workspace build onto a more recent version of Liferay workpace plugin, 3.3.0 or newer before deploying. To update the version, adjust your <workspace>/liferay/settings.gradle , e.g.:
classpath(group: "com.liferay", name: "com.liferay.gradle.plugins.workspace", version: "3.4.14")
Additional Information
- LPS-123871