Create Java project with Maven archetype liferay-portlet-primefaces-archetype

Provides an archetype to create Liferay PrimeFaces portlets.

Create a Java Project by archetype liferay-portlet-primefaces-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.liferay.maven.archetypes"   -DarchetypeArtifactId="liferay-portlet-primefaces-archetype"   -DarchetypeVersion="7.0.0-m2"   -DinteractiveMode=false 

Details about maven archetype liferay-portlet-primefaces-archetype

License

License

GroupId

GroupId

com.liferay.maven.archetypes
ArtifactId

ArtifactId

liferay-portlet-primefaces-archetype
Version

Version

7.0.0-m2
Type

Type

maven-archetype
Description

Description

Liferay Maven 2 Portlet PrimeFaces Archetype
Provides an archetype to create Liferay PrimeFaces portlets.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.liferay.maven.archetypes -DarchetypeArtifactId=liferay-portlet-primefaces-archetype -DarchetypeVersion=7.0.0-m2 -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.