Create Java project with Maven archetype cpf-archetype-plugin

CPF Plug-in Maven Arechtype

Create a Java Project by archetype cpf-archetype-plugin with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DpluginAcronym="My-pluginAcronym"   -DpluginName="My-pluginName"   -DarchetypeGroupId="ca.bc.gov.open.cpf"   -DarchetypeArtifactId="cpf-archetype-plugin"   -DarchetypeVersion="5.1.1-RELEASE"   -DinteractiveMode=false 

Required parameters for generate java project:

pluginAcronym
validationRegex: none
pluginName
validationRegex: none

Details about maven archetype cpf-archetype-plugin

License

License

GroupId

GroupId

ca.bc.gov.open.cpf
ArtifactId

ArtifactId

cpf-archetype-plugin
Version

Version

5.1.1-RELEASE
Type

Type

maven-archetype
Description

Description

CPF Plug-in Maven Arechtype
CPF Plug-in Maven Arechtype
Project URL

Project URL

https://bcgov.github.io/cpf/cpf-archetype-plugin/
Project Organization

Project Organization

Province of British Columbia

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=ca.bc.gov.open.cpf -DarchetypeArtifactId=cpf-archetype-plugin -DarchetypeVersion=5.1.1-RELEASE -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.