Create Java project with Maven archetype tcf-archetype

Archetype to create RWS Tridion connectors

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DconnectorName="My-connectorName"   -DarchetypeGroupId="com.sdl.tridion.connectorframework"   -DarchetypeArtifactId="tcf-archetype"   -DarchetypeVersion="42.0.0-1"   -DinteractiveMode=false 

Required parameters for generate java project:

connectorName
validationRegex: none

Details about maven archetype tcf-archetype

License

License

GroupId

GroupId

com.sdl.tridion.connectorframework
ArtifactId

ArtifactId

tcf-archetype
Version

Version

42.0.0-1
Type

Type

maven-archetype
Description

Description

tcf-archetype
Archetype to create RWS Tridion connectors
Project URL

Project URL

https://www.rws.com

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.sdl.tridion.connectorframework -DarchetypeArtifactId=tcf-archetype -DarchetypeVersion=42.0.0-1 -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.