Skip to content

JUnit : the java param lib is not usable with a project of different depth (eg. for a multi module project)

The general case is when the pom.xml is at the root of the git repository.

We have however a problem when the project structure is different, for example in a multi module project or just with more subfolders.

The library seems to search for the .ini in the parent directory of the pom.xml.

image