michaellavelle / spring-social-lastfm

LastFm API binding and connect support using Spring Social. This project adapts LastFm's APi to be pseudo-oauth so it can be used with ProviderSignInController and ConnectController - work in progress
9 stars 4 forks source link

Deploy artifacts to Sonatype OSS for syncing to Maven Central; change gr... #17

Open jramsdale opened 11 years ago

jramsdale commented 11 years ago

...oupId according to Sonatype policy

Publishing this artifact to Maven Central would increase its accessibility. Sonatype OSS provides free Maven hosting and syncing to Maven Central for open source projects. This pull request configures spring-social-lastfm for deployment to Sonatype OSS. Next steps here: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

Note that I had to change the groupId in accordance with Sonatype policy. Other than that it should be a simple process.