aws-cloudformation / cloudformation-resource-schema

The CloudFormation Resource Schema defines the shape and semantic for resources provisioned by CloudFormation. It is used by provider developers using the CloudFormation RPDK.
Apache License 2.0
93 stars 38 forks source link

Prevent atrocious Maven logspam during build #41

Closed tobywf closed 4 years ago

tobywf commented 4 years ago

Issue #, if available: #40

Description of changes: Trying to debug CI/build issues was incredibly tedious due to Maven's verbose output. Hopefully this fixes it.

Edit: Turns out --no-transfer-progress needs a relatively new Maven, so we need to use the codebuild:2.0 image, so we also need runtime versions in the buildspec.yml. This means this is a breaking PR, i.e. if we merge it, we need to then change the image ASAP, and if we change the image, open PRs need to merge from master to pass CI.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.