joular/joularjx

Maven install fails on Windows/macOS

adelnoureddine opened this issue · 2 comments

Maven install fails on Windows/macOS due to unit tests checking RAPL (only available on Linux).

To skip tests on Windows and macOS : mvn install -DskipTests

Updated readme with skip test command in commit 25a00cf