robotlegs / robotlegs-framework

An ActionScript 3 application framework for Flash and Flex
https://robotlegs.tenderapp.com/
MIT License
966 stars 261 forks source link

Nexus and Maven support? #115

Closed edmundito closed 11 years ago

edmundito commented 11 years ago

Hi, so I noticed that robotlegs 1 and 2 have a maven pom file set up to deploy to the Sonatype OSS Nexus: https://github.com/robotlegs/robotlegs-framework/blob/master/pom.xml https://github.com/robotlegs/robotlegs-framework/blob/version1/pom.xml

However, I'm unable to find any version on the OSS nexus: https://oss.sonatype.org/index.html#nexus-search;quick~robotlegs-framework

I was wondering if there was a reason why is not available there at all, and if you needed any assistance in keeping up with the releases on nexus as well. I'm fairly familiar with setting up and deploying flex projects to maven.

darscan commented 11 years ago

Hi. Thanks for the offer. Various people have helped with the Maven side of things over time, but I think that perhaps many of them have moved on from Flash/Flex lately. You're more than welcome to get involved.

darscan commented 11 years ago

Closing this issue, but feel free to get involved in any way you want :)

edmundito commented 11 years ago

No problem! I did some research this weekend. The interesting thing about maven is that it wants you to control the release process through it. However, I may be able to come up with something more informal through the ANT script that allows you guys to make a build and deploy it out for maven users (or even ant users through maven ant tasks) to use in their projects. I'll see what I can do and send a pull request sometime.