Re: Failure to build Jenkins from source

2018-10-03 Thread Gerry Storm
Thank you so much Mark. On Wednesday, October 3, 2018 at 12:40:02 PM UTC-7, Gerry Storm wrote: > > I followed instructions in > https://wiki.jenkins.io/display/JENKINS/Building+Jenkins to build Jenkins > on my Ubuntu box. > > The build failed with the following error: > > Adding failure due to

Re: Failure to build Jenkins from source

2018-10-03 Thread Mark Waite
Looks like you're using Apache Maven 3.5.2 while the instructions at https://github.com/jenkinsci/jenkins/blob/master/CONTRIBUTING.md say that you need at least Apache Maven 3.5.3. The failure message tells you what you'll need to do. You need to download and install Apache Maven 3.5.4 from

Failure to build Jenkins from source

2018-10-03 Thread Gerry Storm
I followed instructions in https://wiki.jenkins.io/display/JENKINS/Building+Jenkins to build Jenkins on my Ubuntu box. The build failed with the following error: Adding failure due to exception org.apache.maven.enforcer.rule.api.EnforcerRuleException: 3.5.4+ required to use Incrementals. See