Create Java project with Maven archetype parent-archetype

This archetype package creates a new Maven project consisting of nothing more than a pom.xml file referencing the parent POM project

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.lars-sh"   -DarchetypeArtifactId="parent-archetype"   -DarchetypeVersion="0.9.13"   -DinteractiveMode=false 

Details about maven archetype parent-archetype

License

License

GroupId

GroupId

de.lars-sh
ArtifactId

ArtifactId

parent-archetype
Version

Version

0.9.13
Type

Type

maven-archetype
Description

Description

Archetype for Parent POM
This archetype package creates a new Maven project consisting of nothing more than a pom.xml file referencing the parent POM project
Project URL

Project URL

https://lars-sh.github.io/parent/parent-archetype/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.lars-sh -DarchetypeArtifactId=parent-archetype -DarchetypeVersion=0.9.13 -DinteractiveMode=false

Dependencies

provided (1)

Group / Artifact Type Version
com.github.spotbugs : spotbugs-annotations jar 4.5.2

test (6)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.21.0
org.jooq : joor-java-8 jar 0.9.14
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.mockito : mockito-core jar 4.2.0
org.mockito : mockito-inline jar 4.2.0

Project Modules

There are no modules declared in this project.