When CogniCrypt is built from CLI through the command mvn clean install, the built does not complete successfully. The module de.cognicrypt.codegenerator.tests fails as many of its test cases show the error: java.lang.NoClassDefFoundError: de/cognicrypt/staticanalyzer/sootbridge/SootRunner.
On the other side, when the tests of this module are run in Eclipse IDE, they complete successfully.