This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
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 deploy
Stage a release
mvn release:clean
mvn release:prepare
mvn release:perform
Release it!
Via the nexus plugin ...
mvn nexus:staging-list
mvn nexus:staging-close
mvn nexus:staging-promote
Or the web interface ...
https://oss.sonatype.org/index.html
More info / resources