iPaulPro / aFileChooser

[DEPRECATED] Android library that provides a file explorer to let users select files on external storage.
Apache License 2.0
1.79k stars 850 forks source link

Set up project to use maven #11

Open DDRBoxman opened 11 years ago

DDRBoxman commented 11 years ago

It would be really cool if the project could be deployed to maven central.

Sonatype has hosting of open source maven repos: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide http://jroller.com/holy/entry/releasing_a_project_to_maven

iPaulPro commented 11 years ago

Thanks! I'm going to try and set time aside to set this up this weekend.

ened commented 10 years ago

U can actually use gradle to generate the pom.xml files: http://www.gradle.org/docs/current/userguide/maven_plugin.html

The folks over @ square did that: https://github.com/square/gradle-android-test-plugin

krischik commented 10 years ago

Just done that. Took just about half an hour. But I messed up the commit again (I am just not a git pro) so I can't do a nice need pull request.

Anybody interested you just get the pom files from https://github.com/krischik/aFileChooser and make a proper commit with nice clean pull request.