aws-maven-plugin

Deploys resources to AWS using maven

APACHE-2.0 License

Stars
27
aws-maven-plugin - 0.2.33 Latest Release

Published by davidmoten over 2 years ago

Enhancements

New Contributors

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

aws-maven-plugin - 0.2.32

Published by davidmoten almost 3 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

aws-maven-plugin - 0.2.31

Published by davidmoten almost 3 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

aws-maven-plugin - 0.2.30

Published by davidmoten almost 3 years ago

Enhancements

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

aws-maven-plugin - 0.2.29

Published by davidmoten almost 3 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

aws-maven-plugin - 0.2.28

Published by davidmoten almost 3 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

aws-maven-plugin - 0.2.27

Published by davidmoten over 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
aws-maven-plugin - 0.2.26

Published by davidmoten over 4 years ago

  • add destroyCf goal that deletes CloudFormation stack #19, thanks @maciejwalkowiak!
aws-maven-plugin - 0.2.25

Published by davidmoten over 4 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.
aws-maven-plugin - 0.2.24

Published by davidmoten over 4 years ago

  • Use default provider chains to find AWS credentials and region #16 (thanks @RoKish)
aws-maven-plugin - 0.2.23

Published by davidmoten over 4 years ago

  • #14 Create AWSAbstractMojo to hold repeated parameters across mojos. Thanks @RoKish!
aws-maven-plugin - 0.2.22

Published by davidmoten over 4 years ago

  • Use file name by default if object name is not configured in deployFileS3 #13 (thanks @RoKish!)
  • upgrade to AWS SDK 1.11.754
aws-maven-plugin - 0.2.21

Published by davidmoten about 5 years ago

  • add configuration item for Lambda deploy for a function alias #9
aws-maven-plugin - 0.2.20

Published by davidmoten about 5 years ago

  • add CAPABILITY_AUTO_EXPAND to CloudFormation deploy options #10
aws-maven-plugin - 0.2.19

Published by davidmoten over 5 years ago

  • add support for template url for cloud formation deployer #3, thanks @nikita-clearscale!
  • upgrade to aws java sdk 1.11.600
  • upgrade pom plugins
aws-maven-plugin - 0.2.18

Published by davidmoten over 6 years ago

  • #6 support s3 PutObject with Server Side Encryption
aws-maven-plugin - 0.2.15

Published by davidmoten over 6 years ago

  • add property mojo
aws-maven-plugin - 0.2.17

Published by davidmoten over 6 years ago

  • add goal to create empty S3 bucket if does not exist
aws-maven-plugin - 0.2.14

Published by davidmoten almost 7 years ago

  • fix stack exists detection (again!)
  • add ability to deploy an api gateway to a stage with deployRestApi goal
aws-maven-plugin - 0.2.12

Published by davidmoten almost 7 years ago

  • fix stack exists detection
  • update aws sdk to 1.11.224
Package Rankings
Top 32.96% on Repo1.maven.org
Badges
Extracted from project README
Maven Central
Related Projects