Create Java project with Maven archetype talend-runtime-archetype

Talend Runtime Docker container archetype

Create a Java Project by archetype talend-runtime-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="nl.paultegelaar.docker"   -DarchetypeArtifactId="talend-runtime-archetype"   -DarchetypeVersion="0.0.3"   -DinteractiveMode=false 

Details about maven archetype talend-runtime-archetype

GroupId

GroupId

nl.paultegelaar.docker
ArtifactId

ArtifactId

talend-runtime-archetype
Version

Version

0.0.3
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=nl.paultegelaar.docker -DarchetypeArtifactId=talend-runtime-archetype -DarchetypeVersion=0.0.3 -DinteractiveMode=false