Create Java project with Maven archetype java-simple

A collection of Maven Archetypes for bootstrapping development of a new Dropwizard Service.

Create a Java Project by archetype java-simple with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dname="My-name"   -Ddescription="My-description"   -Dshaded="My-shaded"   -DarchetypeGroupId="io.dropwizard.archetypes"   -DarchetypeArtifactId="java-simple"   -DarchetypeVersion="4.0.0-beta.1"   -DinteractiveMode=false 

Required parameters for generate java project:

name
validationRegex: none
description
validationRegex: none
shaded
validationRegex: none

Details about maven archetype java-simple

License

License

GroupId

GroupId

io.dropwizard.archetypes
ArtifactId

ArtifactId

java-simple
Version

Version

4.0.0-beta.1
Type

Type

maven-archetype
Description

Description

Dropwizard Archetype for Simple Java Services
A collection of Maven Archetypes for bootstrapping development of a new Dropwizard Service.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.dropwizard.archetypes -DarchetypeArtifactId=java-simple -DarchetypeVersion=4.0.0-beta.1 -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.