Create Java project with Maven archetype archetype-quickstart-jdk8

A Maven archetype for a simple Java app, updated for Java 8

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.ngeor"   -DarchetypeArtifactId="archetype-quickstart-jdk8"   -DarchetypeVersion="2.8.1"   -DinteractiveMode=false 

Details about maven archetype archetype-quickstart-jdk8

License

License

MIT
GroupId

GroupId

com.github.ngeor
ArtifactId

ArtifactId

archetype-quickstart-jdk8
Version

Version

2.8.1
Type

Type

maven-archetype
Description

Description

archetype-quickstart-jdk8
A Maven archetype for a simple Java app, updated for Java 8
Project URL

Project URL

https://github.com/ngeor/archetype-quickstart-jdk8
Source Code Management

Source Code Management

https://github.com/ngeor/archetype-quickstart-jdk8

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.ngeor -DarchetypeArtifactId=archetype-quickstart-jdk8 -DarchetypeVersion=2.8.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.