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="2.0.4"   -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

2.0.4
Type

Type

maven-archetype

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=2.0.4 -DinteractiveMode=false