/ResolverSamples

Primary LanguageJavaApache License 2.0Apache-2.0

ResolverSamples

SETUP

define "WpsInstallLocation" in your maven settings.xml. It should point to the WebSphere folder of the portal installation

BUILD

mvn clean package

INSTALL

./ConfigEngine.sh install-paa -DPAALocation=ResolverSamplePAA-1.0-paa.zip
./ConfigEngine.sh deploy-paa -DappName=com.ibm.portal.samples-ResolverSamplePAA

UNINSTALL

./ConfigEngine.sh remove-paa -DappName=com.ibm.portal.samples-ResolverSamplePAA
./ConfigEngine.sh uninstall-paa -DappName=com.ibm.portal.samples-ResolverSamplePAA
./ConfigEngine.sh delete-paa -DappName=com.ibm.portal.samples-ResolverSamplePAA