Create Java project with Maven archetype ets-archetypes-library

Archetype for new ETS library

Create a Java Project by archetype ets-archetypes-library with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.kaufhof.ets"   -DarchetypeArtifactId="ets-archetypes-library"   -DarchetypeVersion="0.1.0"   -DinteractiveMode=false 

Details about maven archetype ets-archetypes-library

GroupId

GroupId

de.kaufhof.ets
ArtifactId

ArtifactId

ets-archetypes-library
Version

Version

0.1.0
Type

Type

maven-archetype
Description

Description

ETS - Archetypes Library Archetype
Archetype for new ETS library

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.kaufhof.ets -DarchetypeArtifactId=ets-archetypes-library -DarchetypeVersion=0.1.0 -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.