I am using Maven for dependency management in my android projects and its great.
I want to use a 3rd party android library project (https://github.com/emilsjolander/StickyListHeaders) and rather than download the directory and add the dependency manually I want to change the StickyListHeaders project into a maven project (an apklib?).
- How do I create the maven artefact.
- Is there anything I can commit back to github in order to allow the author to publish there project on maven central?
- After creating the artefact, should I set up a local maven repo such as nexus in order to share the artefact with the team.