I've attempted to use Ivy to download openejb 3.1.1. By default, I believe Ivy uses http://repo1.maven.org/maven2. I configure Ivy to pull openejb-core. I don't know if that's correct, but in any event, Ivy does find openejb-core at that url. However, Ivy cannot find the dependency activeio-core-3.0.0-incubator and fails my build.
I configured Ivy to ignore activeio-core-3.0.0-incubator, causing the build to pass. Of course, now what could be an important jar isn't available locally. Moreover, other dependencies (e.g., XmlSchema-1.4.2.jar) that appear in the downloadable OpenEJB distribution don't get pulled by Ivy. Is openejb-core the proper artifact to pull from a maven repository? If not, what should I be using? Or should I be using a different maven repository? Thanks in advance.
