I am receiving the following error for an app being build on Bluemix using the devops pipeline. The build command is
mvn -B package
and the same command works without a problem on my local server.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compilerplugin:3.1:compile (default-compile) on project api: Fatal error compiling: invalid target release: 1.8 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Am I missing a configuration step in my pipeline? Why the delta?
Two nice features: I want to name the custom stages. If you delete the red/green stage I want to create a new one as a template.