Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Split RDF4J Project

On Thu, 2017-09-07 at 22:13 +0100, Jacek Grzebyta wrote:
> On 5 September 2017 at 14:58, Stian Soiland-Reyes <stain@xxxxxxxxxx>
> wrote:
> > A daily SNAPSHOT build system means Devs can work on just one of
> > the repositories at a time, without having to git pull the others
> > to stay up to date.
> > 
> Hi,
> 
> Stian, So no more old good "mvn clean install -DskipTests=true" ? ;-
> (  So if I would like to build the whole project than I need it run
> several times the magic command, am I right?

To build the whole thing, one would have to clone rdf4j, rdf4j-storage, 
and rdf4j-tools. Then run "mvn clean install -DskipTests" on each of
them in turn. However (as Stian points out), if you are only making
changes to one of them, only that github repository needs to be cloned
and built.

Regards,
James


Back to the top