Create Java project with Maven archetype r6-generator-maven-archetype

An archteype for rapid setup of r6-generator projects in the recommended configuration

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgithubOrganisation="My-githubOrganisation"   -DgithubRepository="My-githubRepository"   -Dpackage="My-package"   -DrPackageName="My-rPackageName"   -DartifactId="My-artifactId"   -DgroupId="My-groupId"   -Dversion="My-version"   -DarchetypeVersion="My-archetypeVersion"   -DrPackageVersion="My-rPackageVersion"   -DrPackageLicense="My-rPackageLicense"   -DmaintainerName="My-maintainerName"   -DmaintainerSurname="My-maintainerSurname"   -DmaintainerEmail="My-maintainerEmail"   -DmaintainerOrganisation="My-maintainerOrganisation"   -Dgitignore="My-gitignore"   -DarchetypeGroupId="io.github.terminological"   -DarchetypeArtifactId="r6-generator-maven-archetype"   -DarchetypeVersion="0.4.1"   -DinteractiveMode=false 

Required parameters for generate java project:

githubOrganisation
validationRegex: none
githubRepository
validationRegex: none
package
validationRegex: none
rPackageName
validationRegex: none
artifactId
validationRegex: none
groupId
validationRegex: none
version
validationRegex: none
archetypeVersion
validationRegex: none
rPackageVersion
validationRegex: none
rPackageLicense
validationRegex: none
maintainerName
validationRegex: none
maintainerSurname
validationRegex: none
maintainerEmail
validationRegex: none
maintainerOrganisation
validationRegex: none
gitignore
validationRegex: none

Details about maven archetype r6-generator-maven-archetype

License

License

GroupId

GroupId

io.github.terminological
ArtifactId

ArtifactId

r6-generator-maven-archetype
Version

Version

0.4.1
Type

Type

maven-archetype
Description

Description

R6 Generator Maven Archetype
An archteype for rapid setup of r6-generator projects in the recommended configuration
Project URL

Project URL

https://github.com/terminological/r6-generator-maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.terminological -DarchetypeArtifactId=r6-generator-maven-archetype -DarchetypeVersion=0.4.1 -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.