MVN

com.cerner.ccl.testing : ccl-maven-plugin

Maven & Gradle

Jul 28, 2021
16 stars

CCL Maven Plugin · A Maven plugin used to compile and test CCL code.

<plugin>
    <groupId>com.cerner.ccl.testing</groupId>
    <artifactId>ccl-maven-plugin</artifactId>
    <version>3.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cerner.ccl.testing : ccl-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.4

All Versions

Choose a version of com.cerner.ccl.testing : ccl-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.4
ccl-maven-plugin-3.4
3.3
ccl-maven-plugin-3.3
3.2
ccl-maven-plugin-3.2
3.1
ccl-maven-plugin-3.1
3.0
ccl-maven-plugin-3.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.cerner.ccl.testing</groupId>
    <artifactId>ccl-maven-plugin</artifactId>
    <version>3.4</version>
</plugin>