I set system properties for the surefire execution in maven's pom.xml. Eclipse ignores those. Is there any way to fix that issue?
In particular I use the basedir property to determine file locations, ie the build directory etc.
I don't want to run the tests as "maven test" because that's slow.
Update
I'm now using the test class' resource location to determine the project location on disk:
This requires no configuration at all.
<dependency>
<groupId>com.github.jjYBdx4IL.utils</groupId>
<artifactId>env-utils</artifactId>
<version>1.0</version>
</dependency>