Started by user Matthias Mueller Building on master in workspace /var/lib/jenkins/workspace/appng-examples-personservice Cloning the remote Git repository Cloning repository https://github.com/appNG/appng-examples.git > git init /var/lib/jenkins/workspace/appng-examples-personservice # timeout=10 Fetching upstream changes from https://github.com/appNG/appng-examples.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/appNG/appng-examples.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/appNG/appng-examples.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/appNG/appng-examples.git # timeout=10 Fetching upstream changes from https://github.com/appNG/appng-examples.git > git fetch --tags --progress https://github.com/appNG/appng-examples.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 387225d537c2787580b93f05696249a5fbb65866 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 387225d537c2787580b93f05696249a5fbb65866 Commit message: "Minor updates to README.adoc" First time build. Skipping changelog. [appng-examples-personservice] $ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn -f personregister/pom.xml -s /var/lib/jenkins/.m2/settings.xml mvn package [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Person Register 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.481 s [INFO] Finished at: 2018-06-04T17:00:07+02:00 [INFO] Final Memory: 7M/241M [INFO] ------------------------------------------------------------------------ [ERROR] Unknown lifecycle phase "mvn". You must specify a valid lifecycle phase or a goal in the format : or :[:]:. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [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/LifecyclePhaseNotFoundException Build step 'Invoke top-level Maven targets' marked build as failure Finished: FAILURE