Create Java project with Maven archetype weblicht-nentities-ws-dw-archetype

An archetype for creating weblicht web services with dropwizard. This archetype provides debian and redhat packaging.

Create a Java Project by archetype weblicht-nentities-ws-dw-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DserviceUser="My-serviceUser"   -DserviceGroup="My-serviceGroup"   -DarchetypeGroupId="eu.clarin.weblicht"   -DarchetypeArtifactId="weblicht-nentities-ws-dw-archetype"   -DarchetypeVersion="1.3.1"   -DinteractiveMode=false 

Required parameters for generate java project:

serviceUser
validationRegex: none
serviceGroup
validationRegex: none

Details about maven archetype weblicht-nentities-ws-dw-archetype

GroupId

GroupId

eu.clarin.weblicht
ArtifactId

ArtifactId

weblicht-nentities-ws-dw-archetype
Version

Version

1.3.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=eu.clarin.weblicht -DarchetypeArtifactId=weblicht-nentities-ws-dw-archetype -DarchetypeVersion=1.3.1 -DinteractiveMode=false