项目作者: dimovelev

项目描述 :
AWS SQS support for Citrus
高级语言: Java
项目地址: git://github.com/dimovelev/citrus-sqs.git
创建时间: 2020-03-02T10:03:37Z
项目社区:https://github.com/dimovelev/citrus-sqs

开源协议:MIT License

下载


Overview

Send and receive messages to / from an AWS SQS queue in your integration tests (using e.g. localstack for AWS) based on
AWS SDK v2.

Releasing

  • Release the project using mvn release:prepare, mvn release:perform
  • Switch to the released tag using git checkout v[version]
  • Make sure that you have your sonatype credentials in your maven settings as server id sonatype-nexus-releases otherwise you will get HTTP 401 when trying to upload
  • Depending on your local setup, you might need to help GPG know how to ask you for the passphrase - run this export GPG_TTY=$(tty)
  • Build and deploy the artifacts to sonatype mvn clean deploy -Dgpg.keyname="<name>" -Dmaven.test.skip=true -P publish
  • Switch back to master using git checkout master
  • Close and release the repository at oss.sonatype.org
  • Push the changes to github. Also push the tags (git push —tags).