aFileChooser
aFileChooser copied to clipboard
Set up project to use maven
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
Thanks! I'm going to try and set time aside to set this up this weekend.
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
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.