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

CareWeb Framework Root POM

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DdisplayName="My-displayName"   -Dversion="My-version"   -DcwfVersion="My-cwfVersion"   -DarchetypeGroupId="org.carewebframework"   -DarchetypeArtifactId="org.carewebframework.mvn.archetype.webapp"   -DarchetypeVersion="6.1.0-RC4"   -DinteractiveMode=false 

Required parameters for generate java project:

displayName
validationRegex: none
version
validationRegex: none
cwfVersion
validationRegex: none

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

License

License

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

GroupId

org.carewebframework
ArtifactId

ArtifactId

org.carewebframework.mvn.archetype.webapp
Version

Version

6.1.0-RC4
Type

Type

maven-archetype
Description

Description

CWF Web App 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.webapp -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.