fasten-project / fasten

Analyse package dependency networks at the call graph level
https://www.fasten-project.eu
Apache License 2.0
91 stars 28 forks source link

Fix MavenRepoAnalyzer related build issue in GitHub runners #435

Closed proksch closed 2 years ago

proksch commented 2 years ago

The recent version bump of the maven-jacoco-plugin lead to a build failure that could only be observed on the Ubuntu build in GitHub runners (it would build fine with the Windows runner or in local builds). I have investigated the issue and found a nested Maven project that is used in one of the tests that also uses Jacoco in the old version. Apparently this conflicts, which lead to the failure. I was able to fix the test by bumping the Jacoco version in the nested test project as well.