Create Java project with Maven archetype share-archetype

Alfresco Share module archetype

Create a Java Project by archetype share-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DalfrescoVersion="My-alfrescoVersion"   -DprojectDescription="My-projectDescription"   -DarchetypeGroupId="com.atolcd.alfresco"   -DarchetypeArtifactId="share-archetype"   -DarchetypeVersion="1.1.9"   -DinteractiveMode=false 

Required parameters for generate java project:

alfrescoVersion
validationRegex: none
projectDescription
validationRegex: none

Details about maven archetype share-archetype

License

License

GroupId

GroupId

com.atolcd.alfresco
ArtifactId

ArtifactId

share-archetype
Version

Version

1.1.9
Type

Type

maven-archetype
Description

Description

share-archetype
Alfresco Share module archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.atolcd.alfresco -DarchetypeArtifactId=share-archetype -DarchetypeVersion=1.1.9 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.maven.shared : file-management jar 3.0.0

Project Modules

There are no modules declared in this project.