Non-resolvable parent POM: When building Maven 3 Project Site

前端 未结 3 1285
别跟我提以往
别跟我提以往 2021-02-04 06:07

I am currently facing the following problem with Maven 3 when I am trying to build the site. I will appreciate you help on this.

mvn clean site

         


        
3条回答
  •  半阙折子戏
    2021-02-04 06:36

    I got the same problem... works on my developer MacBook, but fails on my Jenkins running on RHEL7 when running mvn site using maven-site-plugin:3.7. I did not test to downgrade the site plugin.

    I found another solution. The problem in my case was the maven-project-info-reports-plugin especially the goal dependencies. If I skip the goal with -Dmpir.skip=true my site get's generated (without the dependencies :( report).

提交回复
热议问题