Create Java project with Maven archetype basic-archetype

This parent pom is supposed to be used as a parent for all QuantumMaid open source projects to reliably enable the enforcement of java standards like library blacklisting, code style rules, and more.

Create a Java Project by archetype basic-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.quantummaid.tutorials.archetypes"   -DarchetypeArtifactId="basic-archetype"   -DarchetypeVersion="1.0.44"   -DinteractiveMode=false 

Details about maven archetype basic-archetype

License

License

Apache License, Version 2.0
GroupId

GroupId

de.quantummaid.tutorials.archetypes
ArtifactId

ArtifactId

basic-archetype
Version

Version

1.0.44
Type

Type

maven-archetype
Description

Description

This parent pom is supposed to be used as a parent for all QuantumMaid open source projects to reliably enable the enforcement of java standards like library blacklisting, code style rules, and more.
Project Organization

Project Organization

Richard Hauswald

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.quantummaid.tutorials.archetypes -DarchetypeArtifactId=basic-archetype -DarchetypeVersion=1.0.44 -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.