avoid installing embedded jars as we removed them Author relies on jars that are embedded in their source archive. Instead, we use the ones that are packaged in Debian.
changes in pom and in test definitions when they cannot be run In pom.xml, we remove the part relative to Evosuite as, as mentioned in pom, provided build tests are not compatible with Evosuite. We also remove the lines allowing to skip tests or to ignore failures. In the definitions of the tests, we add @Ignore for the ones that require a X11 instance to run.
specifying paths on Debian system for some dependencies For those dependencies, no maven-repo tree is available, we are therefore giving their path with system scope.