Create Java project with Maven archetype com.liferay.faces.archetype.icefaces.portlet

Maven archetype for a Liferay ICEFaces portlet

Create a Java Project by archetype com.liferay.faces.archetype.icefaces.portlet with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.liferay.faces.archetype"   -DarchetypeArtifactId="com.liferay.faces.archetype.icefaces.portlet"   -DarchetypeVersion="7.0.0"   -DinteractiveMode=false 

Details about maven archetype com.liferay.faces.archetype.icefaces.portlet

GroupId

GroupId

com.liferay.faces.archetype
ArtifactId

ArtifactId

com.liferay.faces.archetype.icefaces.portlet
Version

Version

7.0.0
Type

Type

maven-archetype
Description

Description

icefaces-portlet
Maven archetype for a Liferay ICEFaces portlet

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.liferay.faces.archetype -DarchetypeArtifactId=com.liferay.faces.archetype.icefaces.portlet -DarchetypeVersion=7.0.0 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.