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.4"   -DinteractiveMode=false 

Required parameters for generate java project:

serviceUser
validationRegex: none
serviceGroup
validationRegex: none

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

License

License

GroupId

GroupId

eu.clarin.weblicht
ArtifactId

ArtifactId

weblicht-nentities-ws-dw-archetype
Version

Version

1.4
Type

Type

maven-archetype
Description

Description

weblicht-nentities-ws-dw-archetype
An archetype for creating weblicht web services with dropwizard. This archetype provides debian and redhat packaging.
Project URL

Project URL

https://github.com/weblicht/weblicht-nentities-ws-dw-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.4 -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.