Create Java project with Maven archetype maven-simple-archetype

An archetype which supports to create a maven project quickly

Create a Java Project by archetype maven-simple-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.tvd12"   -DarchetypeArtifactId="maven-simple-archetype"   -DarchetypeVersion="1.0.2"   -DinteractiveMode=false 

Details about maven archetype maven-simple-archetype

License

License

GroupId

GroupId

com.tvd12
ArtifactId

ArtifactId

maven-simple-archetype
Version

Version

1.0.2
Type

Type

maven-archetype
Description

Description

maven-simple-archetype
An archetype which supports to create a maven project quickly
Project Organization

Project Organization

Young Monkeys

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.tvd12 -DarchetypeArtifactId=maven-simple-archetype -DarchetypeVersion=1.0.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.