Publishing an Android library to Sonatype central repository
I made this little open source library for Android that I want to consume from an app I’m building. I have the easy option of checking in the .aar file into my repository as explained in my article but I want to do things right so I’m going to try to publish my app to central repository.
To get started you have to create a jira account and then create a ticket so they can create a project for you. There are a few mandatory fields:
– Summary: I am not sure what I was supposed to enter here so I just entered the name of my project. (conversion-graph)
– Group Id: The top level group you are going to use. (com.ncona)
– Project URL: I entered URL to the project on github. (https://github.com/soonick/conversion-graph)
– SCM URL: The same URL but with a .git extension (https://github.com/soonick/conversion-graph.git)