Create Java project with Maven archetype serialized-dropwizard-archetype

Simple Dropwizard Maven archetype for Serialized

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DapplicationName="My-applicationName"   -DaggregateRoot="My-aggregateRoot"   -DarchetypeGroupId="io.serialized.archetype"   -DarchetypeArtifactId="serialized-dropwizard-archetype"   -DarchetypeVersion="1.0.2"   -DinteractiveMode=false 

Required parameters for generate java project:

applicationName
validationRegex: none
aggregateRoot
validationRegex: none

Details about maven archetype serialized-dropwizard-archetype

License

License

GroupId

GroupId

io.serialized.archetype
ArtifactId

ArtifactId

serialized-dropwizard-archetype
Version

Version

1.0.2
Type

Type

maven-archetype
Description

Description

serialized-dropwizard-archetype
Simple Dropwizard Maven archetype for Serialized
Project URL

Project URL

https://serialized.io
Source Code Management

Source Code Management

https://github.com/serialized-io/serialized-dropwizard-archetype

How to add to project

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