MVN

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

Maven & Gradle

Apr 25, 2017
52 stars

Liferay Maven Hook Archetype · Provides an archetype to create Liferay hooks.

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

Latest Version

Choose a version of com.liferay.maven.archetypes : liferay-hook-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-hook-archetype to generate a Maven project - All Versions:

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

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-hook-archetype -DarchetypeVersion=6.2.10.16

Advertisement