•  
Main
About Hippo Portal
Documentation
Community
Other

The portlet application project

This page explains how to create a Hippo Portal portlet application project. Make sure you have followed the steps outlined in the build requirements .

Creating a default setup

The Hippo Portal Maven-1 plugin contains a goal to create a new portlet application project from scratch, with default directory structure and files. Create a project folder and execute the following command in the console from that folder:

maven hp:create-pa-project

If you want to know more about the file structure generated by the Hippo Portal Maven-1 plugin, go to this page .

Updating to the latest Hippo Portal version

Updating to the latest version of Hippo Portal can be done by installing the latest version of the Hippo Portal Maven-1 plugin , and then executing the following command in the root of your project:

maven hp:update-pa-dependencies

This will update the Maven dependencies in the following file:

  • hippo-portal-components.xml