updated test case

This commit is contained in:
Jeremy Long
2017-08-19 16:56:36 -04:00
parent d6eac2b3c8
commit 6567c971e1

View File

@@ -19,7 +19,7 @@ Copyright (c) 2017 The OWASP Foundation. All Rights Reserved.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.owasp.test</groupId> <groupId>org.owasp.test</groupId>
<artifactId>test-broken-suppression-files</artifactId> <artifactId>test-site-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
@@ -39,13 +39,19 @@ Copyright (c) 2017 The OWASP Foundation. All Rights Reserved.
<build> <build>
<plugins> <plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>
<configuration>
<reportPlugins>
<plugin> <plugin>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId> <artifactId>dependency-check-maven</artifactId>
<version>${odcversion}</version>
<configuration> <configuration>
<suppressionFiles> </configuration>
<suppressionFile>${project.basedir}/broken-suppression.xml</suppressionFile> </plugin>
</suppressionFiles> </reportPlugins>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>