Open Infinity Wiki
Open Infinity Core framework - a solution accelerator.
Brought to you by:
ileinone
Now there are 4 types of modules that you can build via Maven Archetypes:
This archetype was created on base of the Health Monitoring module. Result of use will be simple portlet for Liferay.
Module has liferay-maven-plugin connected. It may help you deploy resulted war package into the Liferay's deploy folder. All things that you have to do are:
Archetype was created to help in creating modules that have to be runned via Mule
1. If you have locally installed archetype just execute following command:
mvn archetype:generate -DarchetypeArtifactId=ARTIFACT_ID -DarchetypeGroupId=GROUP_ID -DarchetypeVersion=VERSION
2. If previous option doesn’t work for you then try to build this archetype from scratch: