Started by user Matthias Mueller Building on master in workspace /var/lib/jenkins/workspace/appng-examples-personservice > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 --version # timeout=10 > 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" > git rev-list --no-walk 387225d537c2787580b93f05696249a5fbb65866 # timeout=10 [appng-examples-personservice] $ /bin/sh -xe /tmp/jenkins3979142354020306740.sh + cd personregister [appng-examples-personservice] $ /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.5.0/bin/mvn -s /var/lib/jenkins/.m2/settings.xml package [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.111 s [INFO] Finished at: 2018-06-04T17:03:38+02:00 [INFO] Final Memory: 8M/304M [INFO] ------------------------------------------------------------------------ [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/var/lib/jenkins/workspace/appng-examples-personservice). Please verify you invoked Maven from the correct directory. -> [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/MissingProjectException Build step 'Invoke top-level Maven targets' marked build as failure Finished: FAILURE