ccl-testing

Maven Archetype Usage

A maven archetype is used to create a new maven project having predefined folders and files.

Contents

Skeleton CCL Project
Maven Verification Project

Skeleton CCL Project

cclunit-archetype generates a skeleton CCL project with the expected folder structure using the lastest maven plugins.
Once the project is generated

While generating the project a series of prompts will be presented.

To generate the project

Maven will create a folder named <artifactId> and add the archetype contents into it.
Note that the starting directory does not really have to be empyt, but it must not contain a pom file.

Maven Verification Project

cclunit-maven-settings-check-archetype generates a mavenized CCL project used to verify if maven is properly configured .

Once the project is generated

If the project builds without errors, maven is properly configured for mavenize CCL projects, and otherwise, it is not.

To generate the project

Refer to Skeleton CCL Project for guidance in answering the prompts.