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"   -Ddocker.repo="My-docker.repo"   -DarchetypeGroupId="nl.paultegelaar.docker"   -DarchetypeArtifactId="talend-runtime-archetype"   -DarchetypeVersion="0.0.5"   -DinteractiveMode=false 

Required parameters for generate java project:

docker.repo
validationRegex: none

Details about maven archetype talend-runtime-archetype

License

License

GroupId

GroupId

nl.paultegelaar.docker
ArtifactId

ArtifactId

talend-runtime-archetype
Version

Version

0.0.5
Type

Type

maven-archetype
Description

Description

talend-docker-runtime-archetype
Talend Runtime Docker container archetype
Project URL

Project URL

https://github.com/rjptegelaar/talend-runtime-archetype
Source Code Management

Source Code Management

https://github.com/rjptegelaar/talend-runtime-archetype.git

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.5 -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.