Skip to content
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

Open
binkley opened this issue Dec 19, 2016 · 2 comments
Open

Command line maven is noisy #16

binkley opened this issue Dec 19, 2016 · 2 comments
Labels

Comments

@binkley
Copy link
Owner

binkley commented Dec 19, 2016

Quiet the maven command line further for:

  • mvn clean verify
  • mvn spring-boot:run
@binkley binkley added the bug label Dec 19, 2016
binkley added a commit that referenced this issue Dec 19, 2016
binkley added a commit that referenced this issue Dec 19, 2016
@binkley
Copy link
Owner Author

binkley commented Dec 19, 2016

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

binkley added a commit that referenced this issue Dec 31, 2016
Bootstrap is before logging is set up, but Spring somehow uses the XML
configuration anyhow.  Go figure.
binkley pushed a commit that referenced this issue Jan 15, 2017
binkley added a commit that referenced this issue Jan 15, 2017
binkley added a commit that referenced this issue Jan 15, 2017
@binkley
Copy link
Owner Author

binkley commented Jan 15, 2017

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

binkley added a commit that referenced this issue Jan 20, 2017
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
binkley added a commit that referenced this issue Jan 21, 2017
Would REALLY really do this with spring boot configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant