mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 09:31:32 +01:00
updated the documentation showing the aggregate goal instead of the aggregate property
Former-commit-id: 81e2b937c98ec3e87a53ed0573885359ff448c2a
This commit is contained in:
@@ -13,7 +13,7 @@ seven days the update will only take a few seconds.
|
|||||||
#set( $H = '#' )
|
#set( $H = '#' )
|
||||||
|
|
||||||
$H$H$H Example 1:
|
$H$H$H Example 1:
|
||||||
Create the DependencyCheck-report.html in the target directory
|
Create the DependencyCheck-report.html in the target directory.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<project>
|
<project>
|
||||||
@@ -43,7 +43,7 @@ Create the DependencyCheck-report.html in the target directory
|
|||||||
```
|
```
|
||||||
|
|
||||||
$H$H$H Example 2:
|
$H$H$H Example 2:
|
||||||
Create an aggregated dependency-check report within the site
|
Create an aggregated dependency-check report within the site.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<project>
|
<project>
|
||||||
@@ -57,13 +57,10 @@ Create an aggregated dependency-check report within the site
|
|||||||
<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>
|
||||||
<configuration>
|
|
||||||
<aggregate>true</aggregate>
|
|
||||||
</configuration>
|
|
||||||
<reportSets>
|
<reportSets>
|
||||||
<reportSet>
|
<reportSet>
|
||||||
<reports>
|
<reports>
|
||||||
<report>check</report>
|
<report>aggregate</report>
|
||||||
</reports>
|
</reports>
|
||||||
</reportSet>
|
</reportSet>
|
||||||
</reportSets>
|
</reportSets>
|
||||||
@@ -78,7 +75,7 @@ Create an aggregated dependency-check report within the site
|
|||||||
```
|
```
|
||||||
|
|
||||||
$H$H$H Example 3:
|
$H$H$H Example 3:
|
||||||
Create the DependencyCheck-report.html and fail the build for CVSS greater then 8
|
Create the DependencyCheck-report.html and fail the build for CVSS greater then 8.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<project>
|
<project>
|
||||||
@@ -111,7 +108,7 @@ Create the DependencyCheck-report.html and fail the build for CVSS greater then
|
|||||||
```
|
```
|
||||||
|
|
||||||
$H$H$H Example 4:
|
$H$H$H Example 4:
|
||||||
Create the DependencyCheck-report.html and skip artifacts not bundled in distribution (Provided and Runtime scope)
|
Create the DependencyCheck-report.html and skip artifacts not bundled in distribution (Provided and Runtime scope).
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<project>
|
<project>
|
||||||
@@ -145,7 +142,7 @@ Create the DependencyCheck-report.html and skip artifacts not bundled in distrib
|
|||||||
```
|
```
|
||||||
|
|
||||||
$H$H$H Example 5:
|
$H$H$H Example 5:
|
||||||
Create the DependencyCheck-report.html and use internal mirroring of CVE contents
|
Create the DependencyCheck-report.html and use internal mirroring of CVE contents.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<project>
|
<project>
|
||||||
|
|||||||
Reference in New Issue
Block a user