Skip to content

Commit

Permalink
parent 95a463f
Browse files Browse the repository at this point in the history
author Mark Prins <markprins@b3partners.nl> 1542882885 +0100
committer Mark Prins <mprins@users.sf.net> 1563091670 +0200

update maven plugins en build config

update OWASP scanner config
  • Loading branch information
mprins committed Jul 14, 2019
1 parent 95a463f commit d013894
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,15 @@
<artifactId>soapui-maven-plugin</artifactId>
<version>5.4.0</version>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>4.0.2</version>
<configuration>
<suppressionFile>${project.basedir}/.mvn/owasp-suppression.xml</suppressionFile>
<format>ALL</format>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand All @@ -204,13 +213,6 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-surefire-provider</artifactId>
<version>${junit.platform.version}</version>
</dependency>
</dependencies>
<configuration>
<argLine>@{argLine}</argLine>
</configuration>
Expand Down Expand Up @@ -306,11 +308,12 @@
<execution>
<configuration>
<projectFile>Gds2Afgifte-AfgifteService-v2-0-soapui-project_20171130.xml</projectFile>
<mockService>AfgifteService Mock</mockService>
<port>8088</port>
<noBlock>true</noBlock>
<outputFolder>${project.build.directory}/surefire-reports</outputFolder>
<junitReport>true</junitReport>
<host>http://127.0.0.1:8088</host>
<mockService>AfgifteService Mock</mockService>
<noBlock>true</noBlock>
</configuration>
<goals>
<goal>mock</goal>
Expand Down

0 comments on commit d013894

Please sign in to comment.