Create Java project with Maven archetype quick-java-archetype

Creates a new project with slf4j & log4j2

Create a Java Project by archetype quick-java-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DjavaVersion="My-javaVersion"   -DarchetypeGroupId="com.singingbush"   -DarchetypeArtifactId="quick-java-archetype"   -DarchetypeVersion="0.1.2"   -DinteractiveMode=false 

Required parameters for generate java project:

javaVersion
validationRegex: ^(1\.8|11|15|16)$

Details about maven archetype quick-java-archetype

License

License

GroupId

GroupId

com.singingbush
ArtifactId

ArtifactId

quick-java-archetype
Version

Version

0.1.2
Type

Type

maven-archetype
Description

Description

Quick Java Archetype
Creates a new project with slf4j & log4j2
Project URL

Project URL

https://github.com/SingingBush/quick-java-archetype/
Source Code Management

Source Code Management

https://github.com/SingingBush/quick-java-archetype/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.singingbush -DarchetypeArtifactId=quick-java-archetype -DarchetypeVersion=0.1.2 -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.