| portlet:war | Builds the portlet application (war) file.
|
| portlet:register | Registers the portlet application with the portal container.
Runs one of the *-register goals as appropriate.
|
| portlet:gridsphere-register | Registers the portlet application with GridSphere.
Requires the
maven.portlet.gridsphere.webapp property.
|
| portlet:gridsphere-war | A postGoal target. Uses the web.xml pointed to by the
maven.portlet.gridsphere.webxml property for the
generated war file as part of the war:webapp goal.
|
| portlet:uportal-register | Registers the portlet application with uPortal. Requires one or
more pubchan files. See the maven.portlet.uportal.pubchan.dir property.
|
| portlet:uportal-war | A postGoal target. Adds uPortal specific bits to the web.xml of the
generated war file as part of the war:webapp goal.
|