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

Maven archetype for a Liferay Faces Alloy portlet

Create a Java Project by archetype com.liferay.faces.archetype.alloy.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.alloy.portlet"   -DarchetypeVersion="5.0.2"   -DinteractiveMode=false 

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

GroupId

GroupId

com.liferay.faces.archetype
ArtifactId

ArtifactId

com.liferay.faces.archetype.alloy.portlet
Version

Version

5.0.2
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.alloy.portlet -DarchetypeVersion=5.0.2 -DinteractiveMode=false