Skip to content

Commit 80f287a

Browse files
author
Wolfram Lutz
committed
Updated configuration to suppress integration during mvn compile or mvn install; the build does not fail during mvn site if cvss is reached. Use 'mvn dependency-check:check' to perform the report.
1 parent b6404e0 commit 80f287a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
</executions>
121121
</plugin>
122122

123-
<!-- see https://jeremylong.github.io/DependencyCheck/summary.html -->
123+
<!-- see https://jeremylong.github.io/DependencyCheck/dependency-check-maven/ -->
124124
<!-- https://mvnrepository.com/artifact/org.owasp/dependency-check-maven -->
125125
<plugin>
126126
<groupId>org.owasp</groupId>
@@ -136,7 +136,7 @@
136136
<executions>
137137
<execution>
138138
<goals>
139-
<goal>check</goal>
139+
<goal>update-only</goal>
140140
</goals>
141141
</execution>
142142
</executions>

0 commit comments

Comments
 (0)