Hi guys, Now that we have access to Apache's Nexus, I've setup a hudson build to build and deploy nightly snapshots to a snapshot repository.
This is the job: http://hudson.zones.apache.org/hudson/view/ODE/job/ODE-trunk-m2-jdk5-nightly-deploy/ This is the snapshot repository: https://repository.apache.org/content/repositories/snapshots/ This is our space there: https://repository.apache.org/content/repositories/snapshots/org/apache/ode/ I also uploaded the artifacts of the 1.3.4 release to Nexus (via staging which worked like a charm). This is the release repository: https://repository.apache.org/content/repositories/releases/ This is our space there: https://repository.apache.org/content/repositories/releases/org/apache/ode/ Known issues: The ode-distro package actually produces two artifacts (apache-ode-war-1.3.4.zip and apache-ode-jbi-1.3.4.zip). Maven however uploaded both as ode-distro-1.3.4.zip, where the second has overwritten the first. I currently have no clue how to fix that but these artifacts should be downloaded via mirrors anyways (they are the main release artifacts). I think in future we should exclude this module for maven deployment. Best, Tammo -- Tammo van Lessen - http://www.taval.de
