tschneidereit / SwiftSuspenders

NOTE: Find the offical repo at http://github.com/robotlegs/swiftsuspenders
https://github.com/robotlegs/swiftsuspenders
MIT License
280 stars 89 forks source link

ivy integration, to publish librarie to as-artifacts and retreive libraries from as-artifacts #51

Closed nolazybits closed 12 years ago

nolazybits commented 13 years ago

Hello,

I've added a publish target, that is publishing to as-artifacts.org, a maven repo for actionscript / flash related libraries. I'm trying to spread the word regarding this maven repo. Kindof sick of having the swc of dependant libraries in version control system.

Hope you'll be fine with it. I've tested it and it worked fine. You can see it at http://as-artifacts.org/webapp/browserepo.html;jsessionid=BBDCFBB93569EB976D64D7EBB760EF8D?pathId=swiftsuspenders%3Aorg%2Fswiftsuspenders%2Fswiftsuspenders%2F1.6.0%2Fswiftsuspenders-1.6.0.swc

You will need a log/pass to be able to publish on the maven repo.I have created you a user with full control over your repo.

Email me if you have any pb (zeflasher at gmail dot com) Cheers. Xavier

tschneidereit commented 12 years ago

Hi Xavier,

thanks for the pull request and for doing the work to integrate with as-artifacts.org! In the meantime, though, publishing to Sonatype and thus Maven Central has been setup by @devboy and @justinjmoses. I didn't handle Maven things earlier because I didn't have enough of a real understanding of how that worked to feel confident with it.

thanks again, till

nolazybits commented 12 years ago

No problem at all. Would you mind telling me the url of the maven repo. I will set up a mirror on as-artifacts.org.

Cheers, Xavier

nolazybits commented 12 years ago

Reading the code (I might be wrong) but maven has been set to get artifacts (dependent libraries) but not to push swiftsuspenders as an artifact itself. Am I correct?