Create Java project with Maven archetype quick-start

Maven archetype for java CLI projects

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DinceptionYear="My-inceptionYear"   -DgithubUser="My-githubUser"   -DdeveloperName="My-developerName"   -DorganizationName="My-organizationName"   -Demail="My-email"   -DarchetypeGroupId="com.a9ski"   -DarchetypeArtifactId="quick-start"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

inceptionYear
validationRegex: none
githubUser
validationRegex: none
developerName
validationRegex: none
organizationName
validationRegex: none
email
validationRegex: none

Details about maven archetype quick-start

License

License

GroupId

GroupId

com.a9ski
ArtifactId

ArtifactId

quick-start
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

Archetype - quick-start
Maven archetype for java CLI projects
Project URL

Project URL

https://github.com/thexman/quick-start
Project Organization

Project Organization

a9ski
Source Code Management

Source Code Management

https://github.com/thexman/quick-start

How to add to project

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