mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
increased logging level in test
This commit is contained in:
@@ -16,4 +16,4 @@
|
||||
# Copyright (c) 2014 Jeremy Long. All Rights Reserved.
|
||||
#
|
||||
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -e
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -X
|
||||
|
||||
@@ -16,5 +16,5 @@
|
||||
# Copyright (c) 2014 Jeremy Long. All Rights Reserved.
|
||||
#
|
||||
|
||||
invoker.goals.1 = ${project.groupId}:${project.artifactId}:${project.version}:update-only -DdataDirectory=./data -Dcve.startyear=2017
|
||||
invoker.goals.2 = ${project.groupId}:${project.artifactId}:${project.version}:purge -DdataDirectory=./data
|
||||
invoker.goals.1 = ${project.groupId}:${project.artifactId}:${project.version}:update-only -DdataDirectory=./data -Dcve.startyear=2017 -X
|
||||
invoker.goals.2 = ${project.groupId}:${project.artifactId}:${project.version}:purge -DdataDirectory=./data -X
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
# Copyright (c) 2014 Jeremy Long. All Rights Reserved.
|
||||
#
|
||||
|
||||
invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:update-only
|
||||
invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:update-only -X
|
||||
@@ -16,4 +16,4 @@
|
||||
# Copyright (c) 2014 Jeremy Long. All Rights Reserved.
|
||||
#
|
||||
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -e -Dformat=ALL
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -X -Dformat=ALL
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
# Copyright (c) 2017 Jeremy Long. All Rights Reserved.
|
||||
#
|
||||
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -e -Dformat=JSON
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -X -Dformat=JSON
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
# Copyright (c) 2014 Jeremy Long. All Rights Reserved.
|
||||
#
|
||||
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -DskipSystemScope=true -Dformat=JSON
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -DskipSystemScope=true -Dformat=JSON -X
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
#
|
||||
# Copyright (c) 2017 The OWASP Foundation. All Rights Reserved.
|
||||
#
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -X
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
#
|
||||
# Copyright (c) 2017 The OWASP Foundation. All Rights Reserved.
|
||||
#
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -X
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
# Copyright (c) 2017 The OWASP Foundation. All Rights Reserved.
|
||||
#
|
||||
invoker.buildResult = failure
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:aggregate
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:aggregate -X
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
#
|
||||
# Copyright (c) 2017 The OWASP Foundation. All Rights Reserved.
|
||||
#
|
||||
invoker.goals = site -Dodcversion=${project.version}
|
||||
invoker.goals = site -Dodcversion=${project.version} -X
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
# Copyright (c) 2014 Jeremy Long. All Rights Reserved.
|
||||
#
|
||||
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -e -Dformat=ALL
|
||||
invoker.goals = install ${project.groupId}:${project.artifactId}:${project.version}:check -X -Dformat=ALL
|
||||
|
||||
Reference in New Issue
Block a user