-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command line maven is noisy #16
Comments
Do not intentionally resolve logging noise issues, story #17 is for that. |
Bootstrap is before logging is set up, but Spring somehow uses the XML configuration anyhow. Go figure.
There does not seem to be a 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). |
Spring won't fix this. Spring Boot won't fix this. Dave Syer is downright unfriendly when discussing it. So we'll hack a workaround, and add a little more technical debt. See: spring-cloud/spring-cloud-config#401
Would REALLY really do this with spring boot configuration.
Quiet the maven command line further for:
mvn clean verify
mvn spring-boot:run
The text was updated successfully, but these errors were encountered: