Hi, Our java build still does not work without manually adding the API jar that one can download from http://www.w3.org/TR/2008/WD-DDR-Simple-API-20080404 to one's local Maven repository.
Could anyone who's involved in http://www.w3.org/TR/DDR-Simple-API/ help get that API jar in Maven Central? Instructions are at https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide Or let me know where I should ask for that. -Bertrand [1] the build works if you add the missing jar to your local Maven repo: download from http://www.w3.org/TR/2008/WD-DDR-Simple-API-20080404/ and run mvn3 install:install-file -Dfile=/path/to/DDR-Simple-API.jar -DgroupId=org.w3c.ddr.simple -DartifactId=DDR-Simple-API -Dversion=2008-04-04 -Dpackaging=jar
