roscopeco / ormdroid

ORMDroid is a simple ORM persistence framework for your Android applications.
http://roscopeco.github.io/ormdroid/
Apache License 2.0
86 stars 24 forks source link

Release to Maven Central #26

Open ghost opened 10 years ago

ghost commented 10 years ago

Is there any chance this library to release this library to maven central?

roscopeco commented 10 years ago

I'm not adverse to the idea, but I don't have the time to get up to speed with current maven releasing right now. Do you have that knowledge, and if so, would you be prepared to contribute?

Thanks, Ross

ghost commented 10 years ago

Just did a bit of research of how to do this and found a good tutorial: http://gmariotti.blogspot.de/2013/09/publish-aar-file-to-maven-central-with.html .

For this the ormdroid would have to be changed into an aar, which seems to be quite easy according to http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Library-projects .

I could do some preparatory work for this, but I think it would be best if the accounts would be created by you, so that you are the only one who knows the passwords etc.

joemccall86 commented 10 years ago

Just as another possibility, you could publish to JCenter. New Android Studio projects default to that repository now. It seems like a much simpler process, and apparently you can sync back to Maven Central. I'm willing to contribute time to this, since I'll be deploying ORMDroid to our company maven repository in the mean time.

https://bintray.com/bintray/jcenter

roscopeco commented 9 years ago

If this is something that still has interest, I'd love to receive any patches you have? Apologies for the delay in getting to this btw...