Hi Ian,
That's how I was using it till today - well exec:java actually.
I switched to using ant because I want to a conditional build (i.e. only
build the data if the source files have changed). Couldn't find a way
to do that in maven. Suggestions welcome.
Brian
On 17/10/2011 16:46, Ian Dickinson wrote:
Hi Brian,
On 17/10/11 16:34, Brian McBride wrote:
I running a maven build which is invoking an ant build.xml file which
uses tdbloader to load an ntriples file into a fresh tdb store.
Not saying that it's part of the problem, but if you use exec:exec you
can invoke tdbloader without needing to go via Ant.
http://mojo.codehaus.org/exec-maven-plugin/exec-mojo.html
Ian