Create Java project with Maven archetype alfresco-allinone-archetype

Sample multi-module project for All-in-One development on the Alfresco platform. Includes modules for Platform/Repository JAR and Share JAR

Create a Java Project by archetype alfresco-allinone-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-allinone-archetype"   -DarchetypeVersion="4.4.0"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-platform
  • ${rootArtifactId}-share
  • ${rootArtifactId}-integration-tests
  • ${rootArtifactId}-platform-docker
  • ${rootArtifactId}-share-docker

Details about maven archetype alfresco-allinone-archetype

License

License

GroupId

GroupId

org.alfresco.maven.archetype
ArtifactId

ArtifactId

alfresco-allinone-archetype
Version

Version

4.4.0
Type

Type

maven-archetype
Description

Description

Alfresco SDK - All-in-One Archetype
Sample multi-module project for All-in-One development on the Alfresco platform. Includes modules for Platform/Repository JAR and Share JAR

How to add to project

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