Create Java project with Maven archetype oss-quickstart-simple-archetype

A Maven Archetype for setting up a single-module project following best practices

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DmoduleName="My-moduleName"   -DarchetypeGroupId="org.moditect.ossquickstart"   -DarchetypeArtifactId="oss-quickstart-simple-archetype"   -DarchetypeVersion="1.0.0.Alpha1"   -DinteractiveMode=false 

Required parameters for generate java project:

moduleName
validationRegex: none

Details about maven archetype oss-quickstart-simple-archetype

License

License

GroupId

GroupId

org.moditect.ossquickstart
ArtifactId

ArtifactId

oss-quickstart-simple-archetype
Version

Version

1.0.0.Alpha1
Type

Type

maven-archetype
Description

Description

OSS Quickstart Single-Module Archetype
A Maven Archetype for setting up a single-module project following best practices
Project Organization

Project Organization

ModiTect

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.moditect.ossquickstart -DarchetypeArtifactId=oss-quickstart-simple-archetype -DarchetypeVersion=1.0.0.Alpha1 -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.