Create Java project with Maven archetype cclunit-maven-settings-check-archetype

Archetype to create a project for checking the maven setttings required for ccl-maven-plugin

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

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

Details about maven archetype cclunit-maven-settings-check-archetype

License

License

GroupId

GroupId

com.cerner.ccl.archetype
ArtifactId

ArtifactId

cclunit-maven-settings-check-archetype
Version

Version

1.3
Type

Type

maven-archetype
Description

Description

cclunit-maven-settings-check-archetype
Archetype to create a project for checking the maven setttings required for ccl-maven-plugin
Source Code Management

Source Code Management

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

How to add to project

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