On Tue, Jan 6, 2015 at 6:58 PM, Reza Naghibi <[email protected]> wrote: > Here are the commands to manually install the w3c_ddr_simple jar artifact > locally....
(commands quoted below) Ouch - people should be able to build our dependencies from source code - is the source code of that DDRSimpleAPI available? If not I'm afraid we cannot release software that depends on it. Requiring our users to build stuff from source is less than ideal but acceptable, whereas requiring them to download mysterious binaries is not. -Bertrand > wget http://www.w3.org/TR/DDR-Simple-API/DDRSimpleAPI.jar > > mvn install:install-file -Dfile=DDRSimpleAPI.jar -DgroupId=org.w3c.ddr > -DartifactId=simple -Dversion=20081205 -Dpackaging=jar
