Create Java project with Maven archetype quarkus-multi-module-archetype

A parent POM for my own personal projects

Create a Java Project by archetype quarkus-multi-module-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.kemitix"   -DarchetypeArtifactId="quarkus-multi-module-archetype"   -DarchetypeVersion="0.1.1"   -DinteractiveMode=false 

Generated Project modules

  • parent
  • service
  • api
  • q-runner
  • q-tests

Details about maven archetype quarkus-multi-module-archetype

License

License

GroupId

GroupId

net.kemitix
ArtifactId

ArtifactId

quarkus-multi-module-archetype
Version

Version

0.1.1
Type

Type

maven-archetype
Description

Description

quarkus-multi-module-archetype
A parent POM for my own personal projects

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.kemitix -DarchetypeArtifactId=quarkus-multi-module-archetype -DarchetypeVersion=0.1.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.