Maven Vaadin 7.1.12 using vaadin-archetype-application Issue

I have created a maven vaadin project with vaadin-archetype-application. Default project compile and builds fine with no issue. I’m getting error if I am create new file with the new folder structure it will not build properly. compile code fine but havimng error at maven install.
error :

[INFO]
Compiling module com.citigroup.icg.lending.edge.arc.AppWidgetSet

[INFO]
Validating units:

[INFO]
[ERROR]
Errors in ‘file:/C:/Users/sg52344/workspace/SECFIN.Java/trunk/Arc/target/classes/com/citigroup/icg/lending/edge/arc/client/core/RefDataMainView.java’

[INFO]
[ERROR]
Line 21: No source code is available for type com.vaadin.ui.HorizontalSplitPanel; did you forget to inherit a required module?

[INFO]
[ERROR]
Line 24: No source code is available for type com.vaadin.ui.Tree; did you forget to inherit a required module?

[INFO]
[ERROR]
Line 50: No source code is available for type com.vaadin.ui.VerticalLayout; did you forget to inherit a required module?

[INFO]
[ERROR]
Line 52: No source code is available for type com.vaadin.ui.Label; did you forget to inherit a required module?

[INFO]
[ERROR]
Aborting compile due to errors in some input files

[INFO]
Validating units:
[INFO]
[ERROR]
Errors in ‘file:/C:/Users/sg52344/workspace/SECFIN.Java/trunk/Arc/target/classes/com/citigroup/icg/lending/edge/arc/client/core/RefDataMainView.java’
[INFO]
[ERROR]
Line 22: No source code is available for type com.vaadin.ui.HorizontalSplitPanel; did you forget to inherit a required module?
[INFO]
[ERROR]
Line 25: No source code is available for type com.vaadin.ui.Tree; did you forget to inherit a required module?
[INFO]
[ERROR]
Line 73: No source code is available for type com.vaadin.data.Property.ValueChangeListener; did you forget to inherit a required module?
[INFO]
[ERROR]
Line 77: No source code is available for type com.vaadin.data.Property.ValueChangeEvent; did you forget to inherit a required module?
[INFO]
[ERROR]
Line 90: No source code is available for type com.vaadin.ui.VerticalLayout; did you forget to inherit a required module?
[INFO]
[ERROR]
Line 99: No source code is available for type com.vaadin.ui.Label; did you forget to inherit a required module?
[INFO]
[ERROR]
Errors in ‘file:/C:/Users/sg52344/workspace/SECFIN.Java/trunk/Arc/target/classes/com/citigroup/icg/lending/edge/arc/client/refdata/lenderagent/LenderAgentView.java’
[INFO]
[ERROR]
Line 8: No source code is available for type com.vaadin.ui.HorizontalLayout; did you forget to inherit a required module?
[INFO]
[ERROR]
Line 20: No source code is available for type com.vaadin.ui.Label; did you forget to inherit a required module?
[INFO]
[ERROR]
Line 22: No source code is available for type com.vaadin.ui.VerticalLayout; did you forget to inherit a required module?

kindly find the error image
13507.png

The widgetset compiler seems to be trying to compile also some server side classes, which cannot work.

I suspect that there is either something wrong with your pom.xml or some .gwt.xml file specifies a wrong src path (usually they shouldn’t specify any - inherited as “client” which is relative to the location of the .gwt.xml file). This could also be a problem with Eclipse m2e.

Kindly let me what I have to include in .gwt.xml file

kindly find my pom.xml and gwt.xml file
13508.xml (8.42 KB)
13509.xml (1.2 KB)

I am not able to resolve this issue I would request you to kindly help me to solve this