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

Adding a pom to help publish to maven central #3

Closed
wants to merge 3 commits into from

Conversation

stephenc
Copy link
Contributor

If you don't want to publish to maven central yourself, I can publish it from my groupId and my github... but it would be better if your code was pushed from your repo as the canonical source

Also did some rework of the tests to make them more portable.

@jbellis
Copy link
Owner

jbellis commented Apr 18, 2011

what are the steps to publish? what does "near ready" in commit message imply is required to make it "all the way ready?"

@stephenc
Copy link
Contributor Author

the steps to publish are:

  1. mvn release:prepare release:perform -B
  2. login to oss.sonatype.org and close the staging repo
  3. release the staging repo
  4. wait for the sync (1h)

"near ready" means you have to get set up as a publisher to oss.sonatype.org...

  1. need to create an account on their jira,
  2. need to submit a ticket
  3. need to ensure your GPG key is known in the key store they follow
  4. need to wait for Juven Xu to add you to the list of publishers
  5. need to do a publish
  6. need to ping Juven so he can validate your poms as good and set up the permanent sync

@stephenc
Copy link
Contributor Author

There might be one or two gotcha's along the way that may need minor tweaks to the pom... I think the tag is required by oss.sonatype.org

@jbellis
Copy link
Owner

jbellis commented Apr 20, 2011

committed w/ a little rebasing.

I'll leave publishing to you.

@jbellis jbellis closed this Apr 20, 2011
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.

None yet

2 participants