-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: None
-
Labels:None
Need to have a deploy.sh script that invokes Maven in order to conveniently deploy portlet WARs:
Usage: deploy.sh [myfaces] [ee] [pluto] [glassfish|jboss|tomcat|weblogic|websphere] Options: myfaces Include MyFaces Core Runtime JARs rather than Mojarra (the default) ee Deploy to Liferay Portal Enterprise Edition rather than Community Edition (the default) pluto Deploy to Apache Pluto rather than Liferay (the default) glassfish Deploy to Oracle GlassFish Server jboss Deploy to JBoss Application Server (a.k.a WildFly) tomcat Deploy to Apache Tomcat (the default) weblogic Deploy to Oracle WebLogic Server websphere Deploy to IBM WebSphere Application Server Examples: 1) Deploy the jsf2-portlet to Liferay+Tomcat (the default) cd demos/bridge/jsf2-portlet deploy.sh 2) Deploy the jsf2-portlet to Liferay EE + GlassFish cd demos/bridge/jsf2-portlet deploy.sh ee glassfish 3) Deploy the jsf-portlet to Apache Pluto + Tomcat cd demos/bridge/jsf2-portlet deploy.sh pluto 4) Deploy all of the demos to Liferay+Tomcat using MyFaces cd demos deploy.sh myfaces