Segui os passos do curso, mas no momento do build dá erro. Primeiro informa que é necessário ter o pom.xml no caminho /var/lib/jenkins/workspace/Catalogo. Copiei o pom.xml do GIT, mas na sequência gera erro no build, conforme abaixo:
[INFO] Packaging webapp [INFO] Assembling webapp [projeto-jpa] in [/var/lib/jenkins/workspace/Catalogo/target/alura-aws] [INFO] Processing war project [INFO] Webapp assembled in [146 msecs] [INFO] Building war: /var/lib/jenkins/workspace/Catalogo/target/alura-aws.war [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.761 s [INFO] Finished at: 2020-07-11T20:22:49Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project projeto-jpa: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [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 Build step 'Invoke top-level Maven targets' marked build as failure Finished: FAILURE
Já tentei usar a tag < failOnMissingWebXml> false </ failOnMissingWebXml> (Os espaços foi inserido porque aqui não deixa colocar a tag)... mas mesmo assim ainda tenho erro.
Esse curso precisa de uma atualização... tive vários problemas, pois muitas coisas estão desatualizadas.