Create Java project with Maven archetype cpf-archetype-web

Concurrent Processing Framework Archetype Web

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DmodulePrefix="My-modulePrefix"   -DdatabaseVendor="My-databaseVendor"   -DdatabasePassword="My-databasePassword"   -DworkerPassword="My-workerPassword"   -DcpfLogDirectory="My-cpfLogDirectory"   -DcpfDirectoryUrl="My-cpfDirectoryUrl"   -DmavenCacheDirectoryUrl="My-mavenCacheDirectoryUrl"   -DarchetypeGroupId="ca.bc.gov.open.cpf"   -DarchetypeArtifactId="cpf-archetype-web"   -DarchetypeVersion="5.1.1-RELEASE"   -DinteractiveMode=false 

Required parameters for generate java project:

modulePrefix
validationRegex: none
databaseVendor
validationRegex: none
databasePassword
validationRegex: none
workerPassword
validationRegex: none
cpfLogDirectory
validationRegex: none
cpfDirectoryUrl
validationRegex: none
mavenCacheDirectoryUrl
validationRegex: none

Generated Project modules

  • ${rootArtifactId}.app
  • ${rootArtifactId}.worker

Details about maven archetype cpf-archetype-web

License

License

GroupId

GroupId

ca.bc.gov.open.cpf
ArtifactId

ArtifactId

cpf-archetype-web
Version

Version

5.1.1-RELEASE
Type

Type

maven-archetype
Description

Description

Concurrent Processing Framework Archetype Web
Concurrent Processing Framework Archetype Web
Project URL

Project URL

https://bcgov.github.io/cpf/cpf-archetype-web/
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-web -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.