Create Java project with Maven archetype org.carewebframework.mvn.archetype.plugin

CareWeb Framework Root POM

Create a Java Project by archetype org.carewebframework.mvn.archetype.plugin with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DpluginName="My-pluginName"   -DpluginId="My-pluginId"   -Dversion="My-version"   -DcwfVersion="My-cwfVersion"   -DarchetypeGroupId="org.carewebframework"   -DarchetypeArtifactId="org.carewebframework.mvn.archetype.plugin"   -DarchetypeVersion="6.1.0-RC4"   -DinteractiveMode=false 

Required parameters for generate java project:

pluginName
validationRegex: none
pluginId
validationRegex: ^[a-zA-Z][a-zA-Z0-9_]*$
version
validationRegex: none
cwfVersion
validationRegex: none

Details about maven archetype org.carewebframework.mvn.archetype.plugin

License

License

Health-Related Additional Disclaimer of Warranty and Limitation of Liability
GroupId

GroupId

org.carewebframework
ArtifactId

ArtifactId

org.carewebframework.mvn.archetype.plugin
Version

Version

6.1.0-RC4
Type

Type

maven-archetype
Description

Description

CWF Plugin Maven Archetype
CareWeb Framework Root POM
Project Organization

Project Organization

Regenstrief Center for Biomedical Informatics

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.carewebframework -DarchetypeArtifactId=org.carewebframework.mvn.archetype.plugin -DarchetypeVersion=6.1.0-RC4 -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.