awslabs / amazon-dynamodb-lock-client

The AmazonDynamoDBLockClient is a general purpose distributed locking library built on top of DynamoDB. It supports both coarse-grained and fine-grained locking.
Other
472 stars 85 forks source link

Update pom.xml to work with new mvn deployment loop #65

Closed justinwlin-amazon closed 2 years ago

justinwlin-amazon commented 2 years ago

Issue #, if available: Mvn deployment release process pom.xml file needs to be update to support new process. No longer using release tooling and using standard mvn deployment process.

Description of changes: Modified the pom.xml file to:

  1. Use the proper plugins for docs generation in the profile
  2. Reduce testing coverage in pom.xml minimum b/c otherwise is impossible to push deployment until further resources is done to refactor a large portion of testing

Also updated README following this PR's Request since I thought was a good change to make in this opportunity: https://github.com/awslabs/amazon-dynamodb-lock-client/pull/41

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.