Create Java project with Maven archetype chemistry-opencmis-server-archetype

OpenCMIS Server Framework archetype

Create a Java Project by archetype chemistry-opencmis-server-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DprojectPrefix="My-projectPrefix"   -DarchetypeGroupId="org.apache.chemistry.opencmis"   -DarchetypeArtifactId="chemistry-opencmis-server-archetype"   -DarchetypeVersion="1.1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

projectPrefix
validationRegex: none

Details about maven archetype chemistry-opencmis-server-archetype

License

License

GroupId

GroupId

org.apache.chemistry.opencmis
ArtifactId

ArtifactId

chemistry-opencmis-server-archetype
Version

Version

1.1.0
Type

Type

maven-archetype
Description

Description

OpenCMIS Server Archetype
OpenCMIS Server Framework archetype
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.chemistry.opencmis -DarchetypeArtifactId=chemistry-opencmis-server-archetype -DarchetypeVersion=1.1.0 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.