Open binkley opened 7 years ago
Do not intentionally resolve logging noise issues, story #17 is for that.
There does not seem to be a quiet
maven property. The spurious warnings from Kotlin maven plugin about the annotation generated source dirs being missing go away with the -q
flag.
Need to find a way to specify the functional equivalent of this flag in the code, else get Kotlin plugin to not complain (consider filing issue with JetBrains).
Quiet the maven command line further for:
mvn clean verify
mvn spring-boot:run