Re: [Jenkins][BlueOcean] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile

2018-01-21 Thread Mark Waite
The first goal of the JDK 9 experiments that we ran at the Jenkins World 2017 Hackfest was to identify issues using JDK 9 as the runtime. That already had significant issues. Refer to https://issues.jenkins-ci.org/browse/JENKINS-40689 for links to the issues that were identified. ASM upgrade is

Re: [Jenkins][BlueOcean] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile

2018-01-21 Thread Sorin Ionuț Sbârnea
While I can confirm that compilation works after assuring that mvn is using the Java 8 and not Java 9, the question is still valid... why on 2018 we are still unable to compile jenkins plugins using the current stable version of Java (1.9). The problem seems to be specific to

Re: [Jenkins][BlueOcean] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile

2016-06-16 Thread Abe Fehr
What version of Java are you using? My JAVA_HOME was originally pointing to a Java 9 install which failed with the same error, but pointing it to Java 8 worked, or at least, it's farther right now. On Wednesday, June 8, 2016 at 9:55:09 PM UTC+2, Sebastian Musioł wrote: > > Hello all, > > I have

Re: [Jenkins][BlueOcean] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile

2016-06-08 Thread Michael Neale
if you are looking at kicking the tyres - docker with "jenkinsci/blueocean" should have a fairly recent build available (docker run -p 8080:8080 jenkinsci/blueocean I believe it is) - may be an easier way to get started. Hopefully will be in the update center soon for people to try. On

Re: [Jenkins][BlueOcean] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile

2016-06-08 Thread Michael Neale
Sorry Sebastian - can't really tell much from that failure. Try a clean checkout? I know people are now building on OSX and windows (almost working there) and linux. On Thursday, June 9, 2016 at 5:55:09 AM UTC+10, Sebastian Musioł wrote: > > Hello all, > > I have an issue with blueocean

[Jenkins][BlueOcean] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile

2016-06-08 Thread Sebastian Musioł
Hello all, I have an issue with blueocean building. After executing 'mvn clean install' command there is an error visible: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project blueocean-commons: Compilation failure [ERROR]