Create Java project with Maven archetype spring-boot-jboss-archetype

This is a archetype for a blank spring boot project with JUnit 5, Log4j and Lombok 2 for an external JBoss server

Create a Java Project by archetype spring-boot-jboss-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dpackage="My-package"   -DarchetypeGroupId="de.tebros"   -DarchetypeArtifactId="spring-boot-jboss-archetype"   -DarchetypeVersion="1.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

package
validationRegex: none

Details about maven archetype spring-boot-jboss-archetype

License

License

GroupId

GroupId

de.tebros
ArtifactId

ArtifactId

spring-boot-jboss-archetype
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

Archetype: spring-boot-jboss-archetype
This is a archetype for a blank spring boot project with JUnit 5, Log4j and Lombok 2 for an external JBoss server
Project URL

Project URL

https://github.com/Tebros/spring-boot-jboss-archetype
Source Code Management

Source Code Management

https://github.com/Tebros/spring-boot-jboss-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.tebros -DarchetypeArtifactId=spring-boot-jboss-archetype -DarchetypeVersion=1.0.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.