please push to a maven public repository
Closed this issue · 7 comments
If the owner of this project give me permission, and there's no copyright issues, I could upload it.
you are now a contibutor. i've already prepared the poms a bit, but got scared of all the documentation at sonatype ;)
Edmund, it seems I only have permission to deploy artifacts with my groupid (com.github.beothorn) .
For now the dependency looks like this:
com.github.beothorn
junrar
0.6
The release takes more or less three hours to be available, I'll test it tomorrow, but it should already be working when you read this.
If you want to deploy it under your group id the pom is ready, only the group id must be changed to com.github.edmund-wagner .
You have to create a issue like this one on sonatype https://issues.sonatype.org/browse/OSSRH-3539 . It usually take two days until they close the issue, but after this you have permission to upload anything on your groupid.
Then you have to create a gpg key (https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven)
gpg --gen-key
and run
mvn release:clean
mvn release:prepare
mvn release:perform
After you go to their web app on https://oss.sonatype.org and follow 8a. on https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
Thanks
hmm i think it would be good to create an organization on github and publish as com.github.junrar/junrar
Created the junrar user on github, opened this issue: https://issues.sonatype.org/browse/OSSRH-4241 on sonatype, as soon as they give me permission I'll release the project.
good job :)