Create Java project with Maven archetype cclunit-archetype

Archetype to set up an empty mavenized CCL project

Create a Java Project by archetype cclunit-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.cerner.ccl.archetype"   -DarchetypeArtifactId="cclunit-archetype"   -DarchetypeVersion="1.7"   -DinteractiveMode=false 

Details about maven archetype cclunit-archetype

License

License

GroupId

GroupId

com.cerner.ccl.archetype
ArtifactId

ArtifactId

cclunit-archetype
Version

Version

1.7
Type

Type

maven-archetype
Description

Description

cclunit-archetype
Archetype to set up an empty mavenized CCL project
Source Code Management

Source Code Management

https://github.com/cerner/ccl-testing/tree/master/archetype/cclunit-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.cerner.ccl.archetype -DarchetypeArtifactId=cclunit-archetype -DarchetypeVersion=1.7 -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.