mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 02:21:28 +01:00
corrected example
This commit is contained in:
@@ -53,18 +53,16 @@ Create an aggregated dependency-check report within the site.
|
|||||||
<plugins>
|
<plugins>
|
||||||
...
|
...
|
||||||
<plugin>
|
<plugin>
|
||||||
<plugin>
|
<groupId>org.owasp</groupId>
|
||||||
<groupId>org.owasp</groupId>
|
<artifactId>dependency-check-maven</artifactId>
|
||||||
<artifactId>dependency-check-maven</artifactId>
|
<version>${project.version}</version>
|
||||||
<version>${project.version}</version>
|
<reportSets>
|
||||||
<reportSets>
|
<reportSet>
|
||||||
<reportSet>
|
<reports>
|
||||||
<reports>
|
<report>aggregate</report>
|
||||||
<report>aggregate</report>
|
</reports>
|
||||||
</reports>
|
</reportSet>
|
||||||
</reportSet>
|
</reportSets>
|
||||||
</reportSets>
|
|
||||||
</plugin>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
...
|
...
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|||||||
Reference in New Issue
Block a user