wakaleo / game-of-life

Demo application for the 'Jenkins: The Definitive Guide' book
http://www.wakaleo.com/books/jenkins-the-definitive-guide
2.03k stars 19.95k forks source link

Jenkins having problems building ( probably with maven configuration ) #209

Open arunbhargav opened 6 years ago

arunbhargav commented 6 years ago

Hi All, I have been using Jenkins 2.110 on CentOS to build this project. I have been following the Jenkins - A definitive guide instructions in setting up the project, unfortunately I am continuously bombarded with the same error every time I try to run the build.

I have been using maven 3.5.3 regarding the same. Someone mentioned to use "clean install" instead of "clean package" , which didnt help me either. I am absolutely zero in maven. So, can someone help me please?

Some problems were encountered while building the effective model for com.wakaleo.gameoflife:gameoflife-build:jar:1.0-SNAPSHOT [WARNING] Reporting configuration should be done in section, not in maven-site-plugin as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for com.wakaleo.gameoflife:gameoflife-core:jar:1.0-SNAPSHOT [WARNING] Reporting configuration should be done in section, not in maven-site-plugin as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for com.wakaleo.gameoflife:gameoflife-web:war:1.0-SNAPSHOT [WARNING] Reporting configuration should be done in section, not in maven-site-plugin as reportPlugins parameter. [WARNING] [WARNING] Some problems were encountered while building the effective model for com.wakaleo.gameoflife:gameoflife:pom:1.0-SNAPSHOT [WARNING] Reporting configuration should be done in section, not in maven-site-plugin as reportPlugins parameter. @ line 302, column 40 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] gameoflife [pom] [INFO] gameoflife-build [jar] [INFO] gameoflife-core [jar] [INFO] gameoflife-web [war] [INFO] [INFO] -----------------< com.wakaleo.gameoflife:gameoflife >------------------ [INFO] Building gameoflife 1.0-SNAPSHOT [1/4]

EmanueleUniroma2 commented 5 years ago

Any update on this? I have the same problem. I suspect that all is about compatibility issues between new versions of plugins but who knows…