Aws Maven Plugin Versions Save

Deploys resources to AWS using maven

0.2.33

1 year ago

Enhancements

New Contributors

Full Changelog: https://github.com/davidmoten/aws-maven-plugin/compare/0.2.32...0.2.33

0.2.32

2 years ago

Bug fix

  • use guava-mini for references to VisibleForTesting and Preconditions because of missing class when running plugin

Full Changelog: https://github.com/davidmoten/aws-maven-plugin/compare/0.2.31...0.2.32

0.2.31

2 years ago

Enhancements

  • set maven dependencies to scope=provided as per advice from maven-plugin-plugin
  • Bump maven-site-plugin from 3.9.1 to 3.10.0
  • Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2
  • Bump maven-plugin-plugin from 3.5 to 3.6.4
  • fix site report
  • bump maven-project-info-reports-plugin from 2.9 to 3.1.1
  • bump site plugin from 3.7.1 to 3.9.1
  • bump site plugin from 3.7.1 to 3.9.1
  • remove lifecyle exclusion from pom.xml

Full Changelog: https://github.com/davidmoten/aws-maven-plugin/compare/0.2.30...0.2.31

0.2.30

2 years ago

Enhancements

Full Changelog: https://github.com/davidmoten/aws-maven-plugin/compare/0.2.29...0.2.30

0.2.29

2 years ago

Enhancement

  • add create parameter to deployS3 goal to create a bucket if does not exist

Full Changelog: https://github.com/davidmoten/aws-maven-plugin/compare/0.2.28...0.2.29

0.2.28

2 years ago

Bug fix

  • don't override region parameter which causes it to be null in AbstractAwsMojo.execute

Full Changelog: https://github.com/davidmoten/aws-maven-plugin/compare/0.2.27...0.2.28

0.2.27

3 years ago
  • property mojo now sets aws.account.id.lowercase so can be used in bucket names (which must be lowercase)
  • upgrade junit to 4.13.2
  • upgrade aws-sdk to 1.11.996
  • upgrade commons-io to 2.8.0

0.2.26

3 years ago
  • add destroyCf goal that deletes CloudFormation stack #19, thanks @maciejwalkowiak!

0.2.25

3 years ago
  • Add <publicRead>BOOLEAN</publicRead> to deployS3 goal configuration. If false this will not attempt to apply an ACL to the uploaded files but use the bucket default.

0.2.24

3 years ago
  • Use default provider chains to find AWS credentials and region #16 (thanks @RoKish)