Create Java project with Maven archetype cwf-webapp-archetype

Template for creating a web application.

Create a Java Project by archetype cwf-webapp-archetype 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.hspconsortium.carewebframework"   -DarchetypeArtifactId="cwf-webapp-archetype"   -DarchetypeVersion="3.0.0-RC4"   -DinteractiveMode=false 

Required parameters for generate java project:

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

Details about maven archetype cwf-webapp-archetype

License

License

GroupId

GroupId

org.hspconsortium.carewebframework
ArtifactId

ArtifactId

cwf-webapp-archetype
Version

Version

3.0.0-RC4
Type

Type

maven-archetype
Description

Description

Web App Template
Template for creating a web application.
Project Organization

Project Organization

Healthcare Services Platform Consortium

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.hspconsortium.carewebframework -DarchetypeArtifactId=cwf-webapp-archetype -DarchetypeVersion=3.0.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.