Hi, a bunch of issue in current "dev" environment: 1) Surefire trimStackTrace can we set to "false" ? By default Surefire trims stacktraces, I always set it to "false" but I have to keep a mofified local pom
2) Protobuf checkStaleness set to "true" ? This will allow protoc to skip generaing java files at each build and speeds up the build 3) Problem with maven compiler plugin even upgrading to latested and greatest version (3.7.0) it always considers source files "changed" even while running single tests, this slows down the build 4) Enabling debug for tests If there any smarter way to enable debug in tests apart from changing and not comming log4j.properties ? I would send a PR for 1) and 2) if you agree I have no idea about how to fix 3) I will dig into the problem, but actually solving 3) needs 2) Thoughts ? Enrico