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
License |
License |
---|---|
GroupId | GroupIdio.github.terminological |
ArtifactId | ArtifactIdr6-generator-maven-archetype |
Version | Version0.4.1 |
Type | Typemaven-archetype |
Description |
DescriptionR6 Generator Maven Archetype
An archteype for rapid setup of r6-generator projects in the recommended configuration
|
Project URL |
Project URL |
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