Hi, Apologies for being quiet over the summer.. I had lots of EU project stuff going on as well as vacations...
Let's think forward towards graduating to Apache Commons Here's my suggestion of a plan to move towards Commons RDF 0.3.0: a) Merge quad branch (https://issues.apache.org/jira/browse/COMMONSRDF-37) (I just did) b) Merge rdf4j branch (https://issues.apache.org/jira/browse/COMMONSRDF-35) c) Merge jsonld-java branch (https://issues.apache.org/jira/browse/COMMONSRDF-36) d) Add DatasetImpl to jena branch (https://issues.apache.org/jira/browse/COMMONSRDF-34) e) Merge jena branch (https://issues.apache.org/jira/browse/COMMONSRDF-33) f) Address any build/release inconsistencies compared to Commons routine Regarding f) - "mvn clean install" now gives a build error with: > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-jar-plugin:3.0.0:jar (jar-and-test-jar) on > project commons-rdf-api: You have to use a classifier to attach supplemental > artifacts to the project instead of replacing them. -> [Help 1] This seems to be a new problem with maven-jar-plugin 3.0.0 - fighting with the assembly plugin or the bundle plugin? I think our pom.xml specifies lots of plugin information (including a confusing <finalName> which is inherited by submodules) which I think we can simplify. -- Stian Soiland-Reyes http://orcid.org/0000-0001-9842-9718
