Error while running maven project in Eclipse using Tomcat 8.0.9

Hi,

I have an error when I’m trying to run in Eclipse maven project using Tomcat 8.0.9.

My archetype:

archetypeGroupId=com.vaadin archetypeArtifactId=vaadin-archetype-application archetypeVersion=7.2.6 After running Tomcat and my application I get follwoing error:
[url=http://i.imgur.com/w2XvgU3.png]

INFO: Requested resource 
[/VAADIN/widgetsets/test.test.AppWidgetSet/test.test.AppWidgetSet.nocache.js] not found from filesystem or through class loader. Add widgetset and/or theme JAR to your classpath or add files to WebContent/VAADIN folder.

[/url]

Did the widgetset compile? What maven command did you used to package your war?

Actually, I didn’t compile anything. I noticed that commenting this line solve the problem.

@VaadinServletConfiguration(productionMode = false, ui = MyVaadinUI.class, widgetset = "com.comarch.staz.bulkmail.web.AppWidgetSet")