Hi Steve, I did this:
ant get-maven-poms cd maven-build/ mvn -DskipTests install On Wed, Oct 4, 2017 at 4:56 PM, Steve Rowe <sar...@gmail.com> wrote: > Hi Nawab, > > > On Oct 4, 2017, at 7:39 PM, Nawab Zada Asad Iqbal <khi...@gmail.com> > wrote: > > > > I am hitting following error with maven build: > > Is that expected? > > No. What commands did you use? > > > Can someone share me the details about how > > https://builds.apache.org/job/Lucene-Solr-Maven-master is configured. > > The Jenkins job runs the equivalent of the following: > > ant jenkins-maven-nightly -Dm2.repository.id=apache.snapshots.https > -Dm2.repository.url=https://repository.apache.org/content/ > repositories/snapshots > -DskipTests=true > > This in turn runs the equivalent of the following: > > ant get-maven-poms > mvn -f maven-build/pom.xml -fae -Dm2.repository.id=apache.snapshots.https > -Dm2.repository.url=https://repository.apache.org/content/ > repositories/snapshots > -DskipTests=true install > > Note that tests are not run, and that artifacts are published to the > Apache sandbox repository. > > -- > Steve > www.lucidworks.com