-
Notifications
You must be signed in to change notification settings - Fork 1
Testing
maphih edited this page Sep 5, 2025
·
1 revision
Running all tests.
% mvn clean install test -DskipTests=false
For running all tests and skipping failure, use the following command.
% mvn clean install test -DskipTests=false -Dmaven.test.failure.ignore=true
Note:
Running all tests and running single test e.g. "DiscoveredElkBugsTests" with mvn test both give an error as shown below.
% mvn -e test
% mvn test -Dtest="DiscoveredElkBugsTests"
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack
(default) on project evee-elimination-proofs-core-owlapi5_2.12: Artifact has not been
packaged yet. When used on reactor artifact, unpack should be executed after packaging:
see MDEP-98. -> [Help 1]
