Skip to content

Exception is swallowed #6302

@beat2

Description

@beat2

Describe the bug
When building with maven (3.9.5, mvn clean install), all that is output is:

[INFO] --- dependency-check:9.0.5:aggregate (default) @ my-project ---
[ERROR] Fatal exception(s) analyzing My Project
[INFO] 
[INFO] --- failsafe:2.22.0:verify (default) @ my-project ---

To see the problem I ran mvn clean install -X.

This is the main cause:

caused by MVStoreException: The write format 3 is larger than the supported format 2 [2.1.214/5]

Main cause is obvious, I need to purge / delete the data.

But exception is not logged in maven output (without -X), probably because of: see attached stacktrace
stacktrace.txt

Version of dependency-check used
The problem occurs using version 9.0.5 of the maven plugin

Log file
See above.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
An exception should be logged when building with mvn clean install.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions