-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: bridge-impl-3.0.0, bridge-impl-4.0.0, bridge-impl-5.0.0
-
Fix Version/s: bridge-impl-3.0.0, bridge-impl-4.0.0, bridge-impl-5.0.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
{markdown}
Only some demos require the Alloy Reslib jar in pluto, but the `pluto` profile defined in *`demos/pom.xml`* adds it to every demo.
To determine if a demo requires Alloy Reslib, simply check if the *`pom.xml`* of the demo shows a dependency on Liferay Faces Alloy. If not, Alloy Reslib is not needed.
Steps to reproduce:
1. Navigate to the JSF Showcase Portlet:
cd ~/$PROJECTS_HOME/liferay.com/liferay-faces-bridge-impl/demos/jsf-showcase-portlet
2. Build the portlet with the pluto profile:
mvn clean install -P pluto
If *`target/jsf-showcase-portlet-4.0.0-SNAPSHOT/WEB-INF/lib`* contains the Alloy Reslib jar, then the bug still exists.{markdown}
Only some demos require the Alloy Reslib jar in pluto, but the `pluto` profile defined in *`demos/pom.xml`* adds it to every demo.
To determine if a demo requires Alloy Reslib, simply check if the *`pom.xml`* of the demo shows a dependency on Liferay Faces Alloy. If not, Alloy Reslib is not needed.
Steps to reproduce:
1. Navigate to the JSF Showcase Portlet:
cd ~/$PROJECTS_HOME/liferay.com/liferay-faces-bridge-impl/demos/jsf-showcase-portlet
2. Build the portlet with the pluto profile:
mvn clean install -P pluto
If *`target/jsf-showcase-portlet-4.0.0-SNAPSHOT/WEB-INF/lib`* contains the Alloy Reslib jar, then the bug still exists.{markdown}