I upgraded to Maven 3.0.4, downloaded the trunk and started a -Ppedantic build, to verify I'm starting from a good state.
It went well until building the validator component. It died processing the org.iso_relax.verifier.jaxp.validation dependency. The error message was: "The version cannot be empty". Our POM looks good, but when I look at the posted POM for this artifact it looks ancient: http://search.maven.org/remotecontent?filepath=org/iso_relax/verifier/jaxp/validation/isorelax-jaxp-bridge/1.0/isorelax-jaxp-bridge-1.0.pom This is Maven 1 format, yes? <currentVersion> instead of <version>, old model 3 instead of 4.0, etc. So I don't think this is compatible anymore. This looks like the same error Ian ran into before: http://mail-archives.apache.org/mod_mbox/incubator-odf-dev/201205.mbox/%3CCAKw-CVK2-79B8a12pa=nwhl4b6vq+vodezdjq9famvivabs...@mail.gmail.com%3E Is there any workaround? Or should I go back to Maven 2? -Rob
