Create Java project with Maven archetype project-quickstart

A simple archetype for generating modern java applications

Create a Java Project by archetype project-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.paulbaker.archetypes"   -DarchetypeArtifactId="project-quickstart"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Details about maven archetype project-quickstart

License

License

MIT
GroupId

GroupId

io.paulbaker.archetypes
ArtifactId

ArtifactId

project-quickstart
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

project-quickstart
A simple archetype for generating modern java applications
Project URL

Project URL

https://github.com/paul-nelson-baker/project-quickstart
Source Code Management

Source Code Management

http://github.com/paul-nelson-baker/project-quickstart/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.paulbaker.archetypes -DarchetypeArtifactId=project-quickstart -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.