We don't rely on the W3C JAR to be on Maven repo. The only slight inconvenience (though the "addjars-maven-plugin" explains well, how this could be done on a POM level for multiple modules, have not tried that one yet) could be having to keep the tiny W3C JAR both in "Client" and "SimpleDDR", but the issue of using the JAR in its binary form (that's how W3C provides it) is solved[?]
If you can explore how W3C or any of the old WG members could still put that to MavenCentral, more than just the DeviceMap project would welcome (otherwise the guy who put it to GitHub would never have bothered[?]) but it is not a showstopper for 1.0. Werner On Wed, Jul 9, 2014 at 4:16 PM, Reza <[email protected]> wrote: > FYI, incase this got lost in all the discussions, this release is (still) > ready. > > So in regard to the w3c simple ddr issue, that does not block this release > or any future releases. It only poses an issue when we try to make > DeviceMap w3c compatible. I would like to make it w3c compatible, so I just > need to do some more research in the coming weeks to see what the effort > is. Right now the main issue is that the w3c java api was never published > to a maven repo, need to still understand what that means in regard to w3c > compatibility. So thats my TODO. > > > ________________________________ > From: Reza <[email protected]> > To: Apache Device Map DEV <[email protected]> > Sent: Tuesday, July 8, 2014 3:03 PM > Subject: DeviceMap data and java client 1.0.0 release review ready > > > I have updated the devicemap data and java client release: > > http://www.rezsoft.org/devicemap/ > > > Changes: > > -fixed the LICENSE, NOTICE, DISCLAIMER. I also added these to individual > projects to simplify releasing. > -added a README > -removed all the @author comments > -changed version from 1.0 to 1.0.0 > -I changed the java client artifact id from devicemap-java to > devicemap-client > -I moved some classes around in the loader package so they are better > organized > > If all looks good, I will create the tag for this release. >
