Re: Jena/Fuseki nightly builds

2017-05-07 Thread sorokaaj
It's fine to skip tests if all you are interested in is just getting some artifacts. If you do have the time, it is good practice to run them (with -Pdev enabled, they don't add that much time to build). It's not at all common, but sometimes we do get to catch subtle bugs because someone happened

Re: Jena/Fuseki nightly builds

2017-05-07 Thread Andy Seaborne
"install" puts the the artifacts into the local maven directory space. They are are produced by "install" so if you dig them out of "target/" they are the same. "-Pdev" is faster and it only makes up to Fuseki. "-Pbootstrap" makes from a completely clean setup up to Fuseki - i.e

Re: Jena/Fuseki nightly builds

2017-05-07 Thread Laura Morales
> You can build from the git repo locally (which is what the development builds are). The BUILD.md says to use `mvn clean install` [1], but I tried `mvn package -DskipTests` instead. I don't know much about Java toolings, so I hope this is also fine for compiling Jena/Fuseki :) The binaries

Re: Jena/Fuseki nightly builds

2017-05-07 Thread Andy Seaborne
Yes. See http://jena.apache.org/getting_involved/index.html for details Note: these are not official project releases. You can build from the git repo locally (which is what the development builds are). Andy On 05/05/17 16:44, Laura Morales wrote: Are there nightly builds of

Jena/Fuseki nightly builds

2017-05-05 Thread Laura Morales
Are there nightly builds of Jena/Fuseki?     > Sent: Thursday, May 04, 2017 at 12:10 PM > From: "Dick Murray" > To: users@jena.apache.org > Subject: Re: [VOTE] Release vote : Apache Jena 3.3.0 > +1 > > mvn install passed on Ubuntu 17.04 and CentOS 7 and Fedora 25. > > I've