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
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.