Goals

GoalDescription
portlet:warBuilds the portlet application (war) file.
portlet:registerRegisters the portlet application with the portal container. Runs one of the *-register goals as appropriate.
portlet:gridsphere-registerRegisters the portlet application with GridSphere. Requires the maven.portlet.gridsphere.webapp property.
portlet:gridsphere-warA 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-registerRegisters the portlet application with uPortal. Requires one or more pubchan files. See the maven.portlet.uportal.pubchan.dir property.
portlet:uportal-warA postGoal target. Adds uPortal specific bits to the web.xml of the generated war file as part of the war:webapp goal.