[ http://jira.codehaus.org/browse/ARCHETYPE-15?page=comments#action_51229 ]
John Tolentino commented on ARCHETYPE-15: ----------------------------------------- Sample on how to build a portlet for Jetspeed deployment: mvn archetype:create -DarchetypeGroupId=org.apache.maven -DarchetypeArtifactId=maven-archetype-portlet \ -DarchetypeVersion=1.0-dev-SNAPSHOT -DgroupId=com.sample -DartifactId=MyPortlet cd MyPortlet mvn install -Pjetspeed If you want to deploy to Pluto just don't include the -P parameter. > maven-archetype-portlet > ----------------------- > > Key: ARCHETYPE-15 > URL: http://jira.codehaus.org/browse/ARCHETYPE-15 > Project: Maven Archetype > Type: New Feature > Reporter: John Tolentino > Assignee: Jason van Zyl > Attachments: maven-archetype-portlet.patch > > > Created a new portlet archetype to generate JSR168 portlets for Pluto > (default) and Jetspeed Fusion portlet containers. To build the generated file > for Jetspeed Fusion deployment, use -Pjetspeed profile. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
