Create Java project with Maven archetype liferay-theme-archetype

Provides an archetype to create Liferay themes.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DthemeParent="My-themeParent"   -DthemeType="My-themeType"   -DarchetypeGroupId="com.liferay.maven.archetypes"   -DarchetypeArtifactId="liferay-theme-archetype"   -DarchetypeVersion="6.2.10.12"   -DinteractiveMode=false 

Required parameters for generate java project:

themeParent
validationRegex: none
themeType
validationRegex: none

Details about maven archetype liferay-theme-archetype

GroupId

GroupId

com.liferay.maven.archetypes
ArtifactId

ArtifactId

liferay-theme-archetype
Version

Version

6.2.10.12
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.liferay.maven.archetypes -DarchetypeArtifactId=liferay-theme-archetype -DarchetypeVersion=6.2.10.12 -DinteractiveMode=false