aws / aws-msk-iam-auth

Enables developers to use AWS Identity and Access Management (IAM) to connect to their Amazon Managed Streaming for Apache Kafka (Amazon MSK) clusters.
Apache License 2.0
145 stars 67 forks source link

Add targets in build to allow publishing artifacts to an external Son… #2

Closed sushachawal closed 3 years ago

sushachawal commented 3 years ago

…atype repository and fix javadoc to support this change

Description of changes:

  1. Configure the java namespace to include the sourcesJar and the javadocJar
  2. Add a dependency on maven-publish and signing to allow a maven repo to be generated and signed as well being able to publish to the aws sonatype staging repository.
  3. Add a java target which adds the sourcesJar and javadocJar to be added to the published artifacts.

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