MVN

com.coverity.security.pie : pie-maven-plugin

Maven & Gradle

May 14, 2015
9 stars

The PIE Maven-plugin for rebuilding policies during a test/build, or validating the absence of policy violations on a test server.

<plugin>
    <groupId>com.coverity.security.pie</groupId>
    <artifactId>pie-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.coverity.security.pie : pie-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.coverity.security.pie : pie-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
pie-maven-plugin-1.0.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.coverity.security.pie</groupId>
    <artifactId>pie-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement