BTW,
The interesting part is that executing "mvn package", doesn't have any
issue.
dx is performed w/o errors and even tests are "passed"
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
The relevant part of the pom.xml is:
<dependency>
<groupId>com.qualcomm.crd</groupId>
<artifactId>genie-scratch</artifactId>
<version>${project.projectVersion}</version>
</dependency>
But then again, the issue is only with "test" phase/goal.
Thanks,
Kobi.