MVN

org.cryptable.zap : zap-maven-plugin

Maven & Gradle

Dec 06, 2015
2 stars

A maven plugin to run automatic penetration tests using Zed Attack Proxy

<plugin>
    <groupId>org.cryptable.zap</groupId>
    <artifactId>zap-maven-plugin</artifactId>
    <version>1.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cryptable.zap : zap-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of org.cryptable.zap : zap-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6
zap-maven-plugin-1.6
1.5
zap-maven-plugin-1.5

How to add a plugin to Maven

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

<plugin>
    <groupId>org.cryptable.zap</groupId>
    <artifactId>zap-maven-plugin</artifactId>
    <version>1.6</version>
</plugin>