Hi all,
After encountering the time-zone problem I wanted to run the build without
tests. However this wasn’t directly possible.
Even if I clicked on “skip tests” in IntelliJ tests were executed, so I
manually added “-DskipTests”, but still the tests were executed.
Looking at projects like tsfile I noticed the surefire configuration having
this:
<skipTests>${tsfile.test.skip}</skipTests>
I think this is not a good practice as it confuses people and causes problem
with tool-integration like IntelliJ
Chris