couchbaselabs / TouchDB-Android

CouchDB-compatible mobile database; Android version
239 stars 60 forks source link

convert to maven android project #75

Closed gabrielmancini closed 11 years ago

gabrielmancini commented 11 years ago

Hi Guys,

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

dlvenable commented 11 years ago

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.

chrisdurtschi commented 11 years ago

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

dlvenable commented 11 years ago

@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.