binkley / sproingk

Spring Boot with Kotlin
Other
1 stars 1 forks source link

Command line maven is noisy #16

Open binkley opened 7 years ago

binkley commented 7 years ago

Quiet the maven command line further for:

binkley commented 7 years ago

Do not intentionally resolve logging noise issues, story #17 is for that.

binkley commented 7 years ago

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).