sandermak / modulescanner

Inspect Maven Central to check what libraries are Java modules (automatic or explicit)
5 stars 3 forks source link

Use junit-platform-maven-plugin instead of Surefire #8

Closed sormuras closed 6 years ago

sormuras commented 6 years ago

Use junit-platform-maven-plugin instead of Surefire.

This PR also moves sample jars out of the root resources directory. They ended up being loaded as modular jars from the tests output directory -- and some of them are "broken" by design.