removed zap plugin because it is not integrated well
This commit is contained in:
parent
126f0ea0f2
commit
6f371686c5
29
pom.xml
29
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user