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

Added maven support #56

Closed devpaul closed 12 years ago

devpaul commented 12 years ago

I've added maven support to create builds. Wasn't sure what to version it, could just change it to master-SNAPSHOT to keep an abstract version.

This POM should help deploy to SwiftSuspenders to OSS repos as an artifact or at least help developers build use SwiftSuspenders locally.

tschneidereit commented 12 years ago

Hey Paul,

thank you so very much for your contribution. Unfortunately, a combination of me not really understanding Maven and thus not daring to deal with it and @justinjmoses and @devboy stepping up caused me to use their implementation of Maven support.

Still, I'm very grateful for your pull request and hope that you're at least happy for Swiftsuspenders to gain Maven support after all.

cheers, till

devpaul commented 12 years ago

Hey Till,

Definitely glad to get Maven support. I've been using SwiftSuspenders to add DI to some projects. It's a great little DI framework :).

Appreciate the note.

Thanks, Paul

tschneidereit commented 12 years ago

Hey Paul,

thanks for the nice words! I hope you'll like version 2 even more ;)

cheers, till