Create Java project with Maven archetype 8R-basic-archetype

A basic Maven Archetype for standalone application or libraries.

Create a Java Project by archetype 8R-basic-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.infinityrefactoring"   -DarchetypeArtifactId="8R-basic-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Details about maven archetype 8R-basic-archetype

License

License

GroupId

GroupId

com.infinityrefactoring
ArtifactId

ArtifactId

8R-basic-archetype
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

Basic-Archetype
A basic Maven Archetype for standalone application or libraries.
Project URL

Project URL

https://github.com/InfinityRefactoring/8R-Basic-Archetype
Project Organization

Project Organization

InfinityRefactoring
Source Code Management

Source Code Management

https://github.com/InfinityRefactoring/8R-Basic-Archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.infinityrefactoring -DarchetypeArtifactId=8R-basic-archetype -DarchetypeVersion=1.0 -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.