issue running mvn eclipse:eclipse on platform tag 4.0.3

前端 未结 1 1229
再見小時候
再見小時候 2021-01-27 09:59

I have checked out the platform 4.0.3 tag, and have hit an issue with the SecVerifier when running mvn eclipse:eclipse.

I\'ve cleaned the maven

1条回答
  •  长发绾君心
    2021-01-27 10:40

    According to the error log maven cannot find the parent pom.xml file since it is unavailable on the given location. You can check your checkout code and figure out the actual location and set the relative path correctly. This need to be work correctly but due to some changes done by users sometimes builds can be break.

    Hope this might help you.

    Thanks.

    0 讨论(0)
提交回复
热议问题