[enhancement] Publish FreeFlow on Maven
Publishing a Maven artifact would allow Gradle based builds to quickly and efficiently setup a project that uses this library.
Just started on this. Hopefully will have it done soon (following Chris Bane's instructions cause I dont really know much deploying to Maven Central)
The blog link on that repo is invalid, you can find it here: http://chris.banes.me/2013/08/27/pushing-aars-to-maven-central/
Awesome ! Just in case, the result of this blog entry is also available (& maintained) here : https://github.com/chrisbanes/gradle-mvn-push
Any update on this one? I saw some commits to prep for maven but couldn't find anything on maven yet.
So I tried it but got nowhere 2 days later. I am meeting a guy who is more aware of the process this week. Stay tuned.
-a
On Wed, Jul 9, 2014 at 4:41 AM, Dustin [email protected] wrote:
Any update on this one? I saw some commits to prep for maven but couldn't find anything on maven yet.
— Reply to this email directly or view it on GitHub https://github.com/Comcast/FreeFlow/issues/52#issuecomment-48443913.
@arpit if you follow the instructions on https://github.com/chrisbanes/gradle-mvn-push it should work quite easily. did push some internal projects to a local maven repo already. unfortunately currently don't have the time to do it for FreeFlow myself
@dustin, thanks. I was following that tutorial, but it didnt seem to work, maybe cause Comcast already has repositories there. Hopefully I can get this sorted this week
On Wed, Jul 9, 2014 at 12:15 PM, Dustin [email protected] wrote:
@arpit https://github.com/arpit if you follow the instructions on https://github.com/chrisbanes/gradle-mvn-push it should work quite easily. did push some internal projects to a local maven repo already. unfortunately currently don't have the time to do it for FreeFlow myself
— Reply to this email directly or view it on GitHub https://github.com/Comcast/FreeFlow/issues/52#issuecomment-48497108.
Btw, you can currently use it as a Gradle/Maven dependency from: https://jitpack.io/#Comcast/FreeFlow/d4bdd5edca
@jitpack-io Thank you very much, that is one of the most useful websites I have seen in a while.