Beta-portlet.war requires services that are in alpha-portlet.war. To guarantee beta-portlet.war deploys after alpha-portlet.war:
Add the following to portletxml in beta-portlet.war:
< init-pa ram>
required-deployment-contexts
alpha-portlet
Add the following to liferay-plugin-package.properties in beta-portlet.war:required-deploy ment-contexts=alpha-portlet
Add the following to liferay-portlet.xml in beta-portlet.war:
It is not possible to declare this type of dependency
Submit