Create Java project with Maven archetype tcf-archetype

Archetype to create SDL Tridion connectors

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.sdl.tridion.connectorframework"   -DarchetypeArtifactId="tcf-archetype"   -DarchetypeVersion="11.1.0-1005"   -DinteractiveMode=false 

Details about maven archetype tcf-archetype

GroupId

GroupId

com.sdl.tridion.connectorframework
ArtifactId

ArtifactId

tcf-archetype
Version

Version

11.1.0-1005
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.sdl.tridion.connectorframework -DarchetypeArtifactId=tcf-archetype -DarchetypeVersion=11.1.0-1005 -DinteractiveMode=false