So, I'm working on a project and we're building an integration layer implementation to front ODE with our own service pipeline. I want to use 2.0 because we plan to use some extensions. Our builds are Maven-based and I'd really like to pull in ODE via dependencies in our POM files, but it looks like the 2.0 libraries haven't been published to a repo anywhere (at least that I can find... I found the 1.3.3 ones).
I've downloaded the 2.0-beta2 source and I've been able to build it with buildr. I've also generated the eclipse project files. That got me to thinking, is there some undocumented buildr incantation that generates the appropriate pom.xml files? Is 2.0-beta2 published somewhere in a Maven repo? I'd like to get our local repo setup and was hoping to avoid having to do the tooling or conversion by hand. Dan
