MVN

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

Maven & Gradle

Jul 28, 2021
16 stars

Whitenoise Maven Plugin · A plugin to perform static analysis of CCL code

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

Latest Version

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

  • Latest Stable: 2.7

All Versions

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

Version Vulnerabilities Updated
2.7
whitenoise-maven-plugin-2.7
2.6
whitenoise-maven-plugin-2.6
2.5
whitenoise-maven-plugin-2.5
2.4
whitenoise-maven-plugin-2.4
2.3
whitenoise-maven-plugin-2.3
2.2
whitenoise-maven-plugin-2.2
2.1
whitenoise-maven-plugin-2.1
2.0
whitenoise-maven-plugin-2.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.whitenoise</groupId>
    <artifactId>whitenoise-maven-plugin</artifactId>
    <version>2.7</version>
</plugin>