On Tue, Oct 2, 2012 at 4:37 PM, Verachten Bruno <[email protected]> wrote: > ...I can't remember where I found them, but here is my try at writing a pom > for OpenDDR java module: > https://github.com/OpenDDRdotORG/OpenDDR-Java/issues/17
Thanks very much, I have added the suggested dependencies and the build now works [1] but the org.w3c.ddr.simple:DDR-Simple-API jar is not found in Maven central. Could anyone who's involved in http://www.w3.org/TR/DDR-Simple-API/ help get that jar in there? Instructions are at https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide -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=/Users/bert/Desktop/DDR-Simple-API.jar -DgroupId=org.w3c.ddr.simple -DartifactId=DDR-Simple-API -Dversion=2008-04-04 -Dpackaging=jar
