Maven build error: Failed to execute goal, missing a class

前端 未结 1 473
不思量自难忘°
不思量自难忘° 2021-01-17 09:46

I\'m trying to package the sample application from vaadin 7.0.0 with the maven plugin for eclipse, but every time a run the goal \"package\", building fails with the followi

1条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-17 10:24

    Here seems to be the problem:

    [FATAL] Non-parseable POM C:\Users\Benoit.m2\repository\org\apache\maven\maven-parent\16\maven-parent-16.pom

    Because of this error maven was unable to add to plugin's classpath all the necessary libraries.

    I recommend you to remove everything under C:\Users\Benoit\.m2\repository\org\apache\maven\ and rebuild the project. This should help.

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