Hi Ian, I have a project that uses schemagen and is built with Maven, so I'm definitely interested in this. What is the main difference between using the jena-maven-tools plugin instead of exec-maven-plugin + build-helper-maven-plugin [1]? I use the latter, but if there is a better way, I'm all for it.
-Stephen [1] http://jena.apache.org/documentation/tools/schemagen.html On Tue, Oct 22, 2013 at 8:07 AM, Ian Dickinson <i.j.dickin...@gmail.com>wrote: > I have a side project which allows Schemagen to be run as a maven > target, (i.e. directly from the POM, without using ant-call): > > https://github.com/ephemerian/schemagen-maven > > I'm proposing to migrate that project to Apache Jena, by adding it as > a maven module that will be generated and published as part of a main > Jena release. The chief advantages of this are (i) any committer can > update the code, and (ii) it will be available as a maven artefact > without requiring users to install locally or publish it in their own > repos. > > This is a call for comments, questions or objections. > > Ian >