Create Java project with Maven archetype java-project

Archetype for a simple template for Java Project

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.github.richpurba"   -DarchetypeArtifactId="java-project"   -DarchetypeVersion="1.0.4"   -DinteractiveMode=false 

Details about maven archetype java-project

License

License

GroupId

GroupId

io.github.richpurba
ArtifactId

ArtifactId

java-project
Version

Version

1.0.4
Type

Type

maven-archetype
Description

Description

io.github.richpurba:java-project
Archetype for a simple template for Java Project
Project URL

Project URL

https://www.devoteam.com
Source Code Management

Source Code Management

https://github.com/richPurba/devoteam-archetype.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.richpurba -DarchetypeArtifactId=java-project -DarchetypeVersion=1.0.4 -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.