Create Java project with Maven archetype dropwizard-api

A simple dropwizard (0.9.1) api template with swagger enabled, bundled as a docker container

Create a Java Project by archetype dropwizard-api with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dgit_url="My-git_url"   -DarchetypeGroupId="io.paradoxical"   -DarchetypeArtifactId="dropwizard-api"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

git_url
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-core
  • ${rootArtifactId}-public

Details about maven archetype dropwizard-api

License

License

GroupId

GroupId

io.paradoxical
ArtifactId

ArtifactId

dropwizard-api
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

dropwizard-api-archetype
A simple dropwizard (0.9.1) api template with swagger enabled, bundled as a docker container
Project URL

Project URL

https://github.com/paradoxical-io/dropwizard.api.archetype
Source Code Management

Source Code Management

https://github.com/paradoxical-io/dropwizard.api.archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.paradoxical -DarchetypeArtifactId=dropwizard-api -DarchetypeVersion=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.