MVN

com.liferay.maven.archetypes : liferay-portlet-archetype

Maven & Gradle

Apr 18, 2017
52 stars

Liferay Maven Portlet Archetype · Provides an archetype to create Liferay portlets.

mvn archetype:generate -DarchetypeGroupId=com.liferay.maven.archetypes -DarchetypeArtifactId=liferay-portlet-archetype -DarchetypeVersion=6.2.10.16
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.maven.archetypes : liferay-portlet-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 6.2.10.16
  • Latest Release Candidate: 6.2.0-RC5

All Versions

Choose a version of com.liferay.maven.archetypes : liferay-portlet-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
7.0.x
liferay-portlet-archetype-7.0.0-m2
liferay-portlet-archetype-7.0.0-m1
6.2.x
liferay-portlet-archetype-6.2.10.16
liferay-portlet-archetype-6.2.10.15
liferay-portlet-archetype-6.2.10.14
liferay-portlet-archetype-6.2.10.13
liferay-portlet-archetype-6.2.10.12
liferay-portlet-archetype-6.2.10.11
liferay-portlet-archetype-6.2.10.10
liferay-portlet-archetype-6.2.10.9
liferay-portlet-archetype-6.2.10.8
liferay-portlet-archetype-6.2.10.7
liferay-portlet-archetype-6.2.10.6
liferay-portlet-archetype-6.2.10.5
liferay-portlet-archetype-6.2.10.4
liferay-portlet-archetype-6.2.5
liferay-portlet-archetype-6.2.4
liferay-portlet-archetype-6.2.2
liferay-portlet-archetype-6.2.1
liferay-portlet-archetype-6.2.0-ga1
liferay-portlet-archetype-6.2.0-RC5
liferay-portlet-archetype-6.2.0-RC4
liferay-portlet-archetype-6.2.0-RC3
liferay-portlet-archetype-6.2.0-RC2
liferay-portlet-archetype-6.2.0-RC1
liferay-portlet-archetype-6.2.0-B3
liferay-portlet-archetype-6.2.0-B2
liferay-portlet-archetype-6.2.0-B1
liferay-portlet-archetype-6.2.0-M6
liferay-portlet-archetype-6.2.0-M5
6.1.x
liferay-portlet-archetype-6.1.30.1
liferay-portlet-archetype-6.1.30
liferay-portlet-archetype-6.1.20
liferay-portlet-archetype-6.1.10
liferay-portlet-archetype-6.1.2
liferay-portlet-archetype-6.1.1
liferay-portlet-archetype-6.1.0
6.0.x
liferay-portlet-archetype-6.0.6
liferay-portlet-archetype-6.0.5
liferay-portlet-archetype-6.0.4
liferay-portlet-archetype-6.0.3
liferay-portlet-archetype-6.0.2

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.liferay.maven.archetypes -DarchetypeArtifactId=liferay-portlet-archetype -DarchetypeVersion=6.2.10.16

Advertisement