This repository was archived by the owner on Oct 30, 2018. It is now read-only.
Conversation
added 8 commits
November 27, 2012 10:54
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add sontaype repo support
Hi there, I have added sontatype nexus support repo and uploaded the project to their OSS Maven repo. Please find below a summary of changes and some details on how to upload to Nexus:
Goose in a public Maven repo
https://oss.sonatype.org/content/repositories/releases/com/gravity/goose/
Changes in this pull request (all to pom.xml)
Suggested improvements
How I deployed it
I got a Maven repo setup on Nexus, https://issues.sonatype.org/browse/OSSRH-4770 it would be great for you guys to be able to deploy releases to it!
Setting up Maven for an automated release was a bit painful, here's what I did ...
Ensure you ~/.m2/settings.xml has the following
Ensure you have gpg installed and a key pair generate and published to a keyserver
brew install gpg- If your on a MacAdd a snapshot for current release
mvn clean deployStage a release
mvn release:cleanmvn release:preparemvn release:performRelease it!
Via the nexus plugin ...
mvn nexus:staging-listmvn nexus:staging-closemvn nexus:staging-promoteOr the web interface ...
https://oss.sonatype.org/index.html
More info / resources