Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure publishing to maven central #2

Merged
merged 3 commits into from
Jul 15, 2024
Merged

Configure publishing to maven central #2

merged 3 commits into from
Jul 15, 2024

Conversation

klimber
Copy link
Owner

@klimber klimber commented Jul 15, 2024

This modifies pom.xml to publish jars to maven central:

  • Change groupId to io.github.klimber
  • Change artifactId to hive-ddb-query-udtf
  • Set version to 1.0.0
  • Update description
  • Add license details
  • Add developer information
  • Add source control information
  • Added maven-source-plugin for including sources
  • Added maven-javadoc-plugin for including javadocs
  • Added maven-gpg-plugin for GPG key signing
  • Added central-publishing-maven-plugin to publish artifacts to maven central
  • Added maven_central repository

Also includes other minor changes to pom.xml, DynamoDbTypeFinder and README

@klimber klimber merged commit b60a874 into main Jul 15, 2024
1 check passed
@klimber klimber deleted the maven-central branch July 15, 2024 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant