mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="de.quantummaid.tutorials.archetypes" -DarchetypeArtifactId="basic-archetype" -DarchetypeVersion="1.0.43" -DinteractiveMode=false
| License |
License
Apache License, Version 2.0
|
|---|---|
| GroupId | GroupIdde.quantummaid.tutorials.archetypes |
| ArtifactId | ArtifactIdbasic-archetype |
| Version | Version1.0.43 |
| Type | Typemaven-archetype |
| Description |
DescriptionThis 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 |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=de.quantummaid.tutorials.archetypes -DarchetypeArtifactId=basic-archetype -DarchetypeVersion=1.0.43 -DinteractiveMode=false