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:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- 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.
Describe the bug
When building with maven (3.9.5, mvn clean install), all that is output is:
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:
Expected behavior
An exception should be logged when building with mvn clean install.
Additional context
Add any other context about the problem here.