Maven fails to parse POMs at jenkins

前端 未结 5 1653
野性不改
野性不改 2020-12-20 11:46

I have this simple maven project, containing a few common test tools. It builds locally, but on jenkins I am getting this strange error (see below).

Other info:

5条回答
  •  伪装坚强ぢ
    2020-12-20 12:26

    This error could be triggered if the fully qualified path name for pom.xml is not used in the project configuration e.g C:\Users\user1\workspace\WebdriverTest is a not fully qualified. This is one is: C:\Users\user1\workspace\WebdriverTest\pom.xml Take note of the \pom.xml

提交回复
热议问题