couchbaselabs / TouchDB-Android

CouchDB-compatible mobile database; Android version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convert to maven android project

gabrielmancini opened this issue · comments

Hi Guys,

What you think about convert TouchDB-Android in a maven project?

I have a fork for our team which builds TouchDB using Maven. We only build the main TouchDB library and the Ektorp wrapper right now. We have been building it successfully with Jenkins and using it as a dependency in our Android projects.

I would be very happy to create a pull request for the pom files. There would still be the matter of distributing the artifacts to a Maven repository somewhere.

I would also be interested in this. @dlvenable have you pushed your maven branch to your repo?

@chrisdurtschi You can see the pom file we created on our company fork.
https://github.com/Allogy/TouchDB-Android/blob/master/pom.xml
One aspect which we would want to change from our version for a shared pom file is the distribution management.