removed zap plugin because it is not integrated well

master
marius 2019-01-08 19:49:13 +01:00
parent 126f0ea0f2
commit 6f371686c5
1 changed files with 1 additions and 28 deletions

29
pom.xml
View File

@ -104,34 +104,7 @@
</executions>
</plugin>
<plugin>
<groupId>org.cryptable.zap</groupId>
<artifactId>mavenplugin</artifactId>
<configuration>
<apiKey>12345</apiKey>
<zapProgram>C:\Program Files\ZAProxy\zap.bat</zapProgram>
<zapProxyHost>localhost</zapProxyHost>
<zapProxyPort>8080</zapProxyPort>
<targetURL>http://localhost/bodgeit</targetURL>
<format>html</format>
</configuration>
<executions>
<execution>
<id>startZAP</id>
<phase>pre-integration-test</phase>
<goals>
<goal>start-zap</goal>
</goals>
</execution>
<execution>
<id>porcessZAP</id>
<phase>post-integration-test</phase>
<goals>
<goal>process-zap</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>