Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

First you have to get a local copy of the epsos-common-components openncp-portal repository with this command:

Code Block
languagenone
git clone https://

...

code.google.com/p/epsos-common-components.openncp-portal/

 

and then inside this directory you have to run the following commands:

Code Block
mvn package
mvn liferay:deploy

 

Double check that before running mvn liferay:deploy you have configured pom.xml to point to your LIFERAY_HOME in order to correct deploy the epsos portlet to your liferay binary installation directory

...