Create Java project with Maven archetype alfresco-platform-jar-archetype

Sample project with full support for lifecycle and rapid development of Platform/Repository JARs and AMPs (Alfresco Module Packages)

Create a Java Project by archetype alfresco-platform-jar-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dversion="My-version"   -DarchetypeGroupId="org.alfresco.maven.archetype"   -DarchetypeArtifactId="alfresco-platform-jar-archetype"   -DarchetypeVersion="4.4.0"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: none

Details about maven archetype alfresco-platform-jar-archetype

License

License

GroupId

GroupId

org.alfresco.maven.archetype
ArtifactId

ArtifactId

alfresco-platform-jar-archetype
Version

Version

4.4.0
Type

Type

maven-archetype
Description

Description

Alfresco SDK - Platform JAR Archetype
Sample project with full support for lifecycle and rapid development of Platform/Repository JARs and AMPs (Alfresco Module Packages)

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.alfresco.maven.archetype -DarchetypeArtifactId=alfresco-platform-jar-archetype -DarchetypeVersion=4.4.0 -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.