Maven-Vaadin Installing addons: Build Failure

Its been almost 3 weeks that i have tried getting maven and vaadin to work together when installing, compiling widgetsets. I have followed the vaadin tutorial on how to properly set up my pom.xml file together with my web.xml and creating the widgetset.gwt.xml file. It seems as i dont have the right versions and tools together which makes building the widget set hard to do: Vaadin Version is
6.7
and i am using gwt-maven plugin version 1.0.1.

Complete stack trace and pom.xml file are located below. Any help is appreciated to get me going. Thanks

[INFO]
 Scanning for projects...
[INFO]
 ------------------------------------------------------------------------
[INFO]
 BUILD FAILURE
[INFO]
 ------------------------------------------------------------------------
[INFO]
 Total time: 0.197s
[INFO]
 Finished at: Sat Jan 14 11:30:02 CST 2012
[INFO]
 Final Memory: 2M/81M
[INFO]
 ------------------------------------------------------------------------
[ERROR]
 The goal you specified requires a project to execute but there is no POM in this directory (/Users/warz07). Please verify you invoked Maven from the correct directory. -> [Help 1]

[ERROR]
 
[ERROR]
 To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR]
 Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
 
[ERROR]
 For more information about the errors and possible solutions, please read the following articles:
[ERROR]
 [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
Warsame-Bashir:~ warz07$ cd Documents/workspace-sts-2.8.0.RELEASE/
Warsame-Bashir:workspace-sts-2.8.0.RELEASE warz07$ cd trunk1/Warsame-Bashir:trunk1 warz07$ mvn vaadin:update-widgetset install 
[INFO]
 Scanning for projects...
[INFO]
                                                                         
[INFO]
 ------------------------------------------------------------------------
[INFO]
 Building Dugsi_Manager 0.1.0.BUILD-SNAPSHOT
[INFO]
 ------------------------------------------------------------------------
[INFO]
 
[INFO]
 --- vaadin-maven-plugin:1.0.1:update-widgetset (default-cli) @ Dugsi_Manager ---
Downloading: http://maven.springframework.org/release/org/codehaus/mojo/gwt-maven-plugin/1.3-SNAPSHOT/maven-metadata.xml
Downloading: http://oss.sonatype.org/content/repositories/vaadin-snapshots/org/codehaus/mojo/gwt-maven-plugin/1.3-SNAPSHOT/maven-metadata.xml
Downloading: http://spring-roo-repository.springsource.org/release/org/codehaus/mojo/gwt-maven-plugin/1.3-SNAPSHOT/maven-metadata.xml
Downloading: http://maven.springframework.org/milestone/org/codehaus/mojo/gwt-maven-plugin/1.3-SNAPSHOT/maven-metadata.xml
[WARNING]
 Could not transfer metadata org.codehaus.mojo:gwt-maven-plugin:1.3-SNAPSHOT/maven-metadata.xml from/to codehaus-snapshots ([http://nexus.codehaus.org/snapshots): No connector available to access repository codehaus-snapshots ([http://nexus.codehaus.org/snapshots) of type default using the available factories WagonRepositoryConnectorFactory
[INFO]
 auto discovered modules [org.bixin.dugsi.web.DugsiManagerWidgetset]

[INFO]
 Updating widgetset org.bixin.dugsi.web.DugsiManagerWidgetset
[INFO]
 establishing classpath list (scope = compile)
[ERROR]
 Jan 14, 2012 11:30:40 AM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
[ERROR]
 INFO: Widgetsets found from classpath:
[ERROR]
 	org.vaadin.jouni.animator.AnimatorWidgetset in jar:file:/Users/warz07/.m2/repository/org/vaadin/addons/animator/1.6.3/animator-1.6.3.jar!/
[ERROR]
 	com.vaadin.terminal.gwt.DefaultWidgetSet in jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/
[ERROR]
 	org.bixin.dugsi.web.DugsiManagerWidgetset in file:/Users/warz07/Documents/workspace-sts-2.8.0.RELEASE/trunk1/src/main/java
[ERROR]
 
[ERROR]
 Jan 14, 2012 11:30:40 AM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
[ERROR]
 INFO: Search took 6ms
[INFO]
 
[INFO]
 --- aspectj-maven-plugin:1.2:compile (default) @ Dugsi_Manager ---
[INFO]
 
[INFO]
 --- maven-resources-plugin:2.5:resources (default-resources) @ Dugsi_Manager ---
[debug]
 execute contextualize
[INFO]
 Using 'UTF-8' encoding to copy filtered resources.
[INFO]
 Copying 5 resources
[INFO]
 
[INFO]
 --- gwt-maven-plugin:2.1.0-1:resources (default) @ Dugsi_Manager ---
[INFO]
 auto discovered modules [org.bixin.dugsi.web.DugsiManagerWidgetset]

[INFO]
 1 source files from GWT module org.bixin.dugsi.web.DugsiManagerWidgetset
[INFO]
 
[INFO]
 --- maven-compiler-plugin:2.3.2:compile (default-compile) @ Dugsi_Manager ---
[INFO]
 Nothing to compile - all classes are up to date
[INFO]
 
[INFO]
 --- vaadin-maven-plugin:1.0.1:update-widgetset (default) @ Dugsi_Manager ---
[INFO]
 auto discovered modules [org.bixin.dugsi.web.DugsiManagerWidgetset]

[INFO]
 Updating widgetset org.bixin.dugsi.web.DugsiManagerWidgetset
[INFO]
 establishing classpath list (scope = compile)
[ERROR]
 Jan 14, 2012 11:30:43 AM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
[ERROR]
 INFO: Widgetsets found from classpath:
[ERROR]
 	org.vaadin.jouni.animator.AnimatorWidgetset in jar:file:/Users/warz07/.m2/repository/org/vaadin/addons/animator/1.6.3/animator-1.6.3.jar!/
[ERROR]
 	com.vaadin.terminal.gwt.DefaultWidgetSet in jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/
[ERROR]
 	org.bixin.dugsi.web.DugsiManagerWidgetset in file:/Users/warz07/Documents/workspace-sts-2.8.0.RELEASE/trunk1/src/main/java
[ERROR]
 
[ERROR]
 Jan 14, 2012 11:30:43 AM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
[ERROR]
 INFO: Search took 5ms
[INFO]
 
[INFO]
 --- aspectj-maven-plugin:1.2:test-compile (default) @ Dugsi_Manager ---
[INFO]
 
[INFO]
 --- maven-resources-plugin:2.5:testResources (default-testResources) @ Dugsi_Manager ---
[debug]
 execute contextualize
[INFO]
 Using 'UTF-8' encoding to copy filtered resources.
[INFO]
 Copying 0 resource
[INFO]
 
[INFO]
 --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ Dugsi_Manager ---
[INFO]
 Nothing to compile - all classes are up to date
[INFO]
 
[INFO]
 --- maven-surefire-plugin:2.8:test (default-test) @ Dugsi_Manager ---
[INFO]
 Surefire report directory: /Users/warz07/Documents/workspace-sts-2.8.0.RELEASE/trunk1/target/surefire-reports
[INFO]
 
[INFO]
 --- gwt-maven-plugin:2.1.0-1:compile (default) @ Dugsi_Manager ---
[INFO]
 auto discovered modules [org.bixin.dugsi.web.DugsiManagerWidgetset]

[INFO]
 Compiling module org.bixin.dugsi.web.DugsiManagerWidgetset
[INFO]
    Validating newly compiled units
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/Util.java'
[INFO]
          [ERROR]
 Line 35: The import com.google.gwt.dom.client.Touch cannot be resolved
[INFO]
          [ERROR]
 Line 1163: The method getChangedTouches() is undefined for the type Event
[INFO]
          [ERROR]
 Line 1179: The method getChangedTouches() is undefined for the type Event
[INFO]
          [ERROR]
 Line 1215: Touch cannot be resolved to a type
[INFO]
          [ERROR]
 Line 1215: The method getChangedTouches() is undefined for the type Event
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/TouchScrollDelegate.java'
[INFO]
          [ERROR]
 Line 26: The import com.google.gwt.dom.client.Touch cannot be resolved
[INFO]
          [ERROR]
 Line 27: The import com.google.gwt.event.dom.client.TouchStartEvent cannot be resolved
[INFO]
          [ERROR]
 Line 129: TouchStartEvent cannot be resolved to a type
[INFO]
          [ERROR]
 Line 132: Touch cannot be resolved to a type
[INFO]
          [ERROR]
 Line 234: Touch cannot be resolved to a type
[INFO]
          [ERROR]
 Line 309: Touch cannot be resolved to a type
[INFO]
          [ERROR]
 Line 309: The method getChangedTouches() is undefined for the type NativeEvent
[INFO]
          [ERROR]
 Line 465: Event.ONTOUCHMOVE cannot be resolved
[INFO]
          [ERROR]
 Line 473: Event.ONTOUCHEND cannot be resolved
[INFO]
          [ERROR]
 Line 474: Event.ONTOUCHCANCEL cannot be resolved
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VAudio.java'
[INFO]
          [ERROR]
 Line 19: The import com.google.gwt.dom.client.AudioElement cannot be resolved
[INFO]
          [ERROR]
 Line 30: AudioElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 33: AudioElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 33: The method createAudioElement() is undefined for the type Document
[INFO]
          [ERROR]
 Line 34: AudioElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 44: AudioElement cannot be resolved to a type
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapper.java'
[INFO]
          [ERROR]
 Line 30: The import com.google.gwt.event.dom.client.TouchStartEvent cannot be resolved
[INFO]
          [ERROR]
 Line 31: The import com.google.gwt.event.dom.client.TouchStartHandler cannot be resolved
[INFO]
          [ERROR]
 Line 87: TouchStartHandler cannot be resolved to a type
[INFO]
          [ERROR]
 Line 96: TouchStartEvent cannot be resolved
[INFO]
          [ERROR]
 Line 97: Event.TOUCHEVENTS cannot be resolved
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VMediaBase.java'
[INFO]
          [ERROR]
 Line 20: The import com.google.gwt.dom.client.MediaElement cannot be resolved
[INFO]
          [ERROR]
 Line 40: MediaElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 48: MediaElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 50: MediaElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 60: MediaElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 61: MediaElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 62: MediaElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 71: MediaElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 121: MediaElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 130: MediaElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 136: MediaElement cannot be resolved to a type
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VMenuBar.java'
[INFO]
          [ERROR]
 Line 793: The method setOverflowY(Style.Overflow) is undefined for the type Style
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VPanel.java'
[INFO]
          [ERROR]
 Line 24: The import com.google.gwt.event.dom.client.TouchStartEvent cannot be resolved
[INFO]
          [ERROR]
 Line 25: The import com.google.gwt.event.dom.client.TouchStartHandler cannot be resolved
[INFO]
          [ERROR]
 Line 132: Event.TOUCHEVENTS cannot be resolved
[INFO]
          [ERROR]
 Line 135: TouchStartHandler cannot be resolved to a type
[INFO]
          [ERROR]
 Line 139: TouchStartEvent cannot be resolved
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VScrollTable.java'
[INFO]
          [ERROR]
 Line 42: The import com.google.gwt.dom.client.Touch cannot be resolved
[INFO]
          [ERROR]
 Line 58: The import com.google.gwt.event.dom.client.TouchStartEvent cannot be resolved
[INFO]
          [ERROR]
 Line 59: The import com.google.gwt.event.dom.client.TouchStartHandler cannot be resolved
[INFO]
          [ERROR]
 Line 460: Event.TOUCHEVENTS cannot be resolved
[INFO]
          [ERROR]
 Line 461: TouchStartHandler cannot be resolved to a type
[INFO]
          [ERROR]
 Line 465: TouchStartEvent cannot be resolved
[INFO]
          [ERROR]
 Line 2285: Event.TOUCHEVENTS cannot be resolved
[INFO]
          [ERROR]
 Line 2384: Event.ONTOUCHEND cannot be resolved
[INFO]
          [ERROR]
 Line 2398: Event.ONTOUCHSTART cannot be resolved
[INFO]
          [ERROR]
 Line 2458: Event.ONTOUCHSTART cannot be resolved
[INFO]
          [ERROR]
 Line 2461: Event.ONTOUCHSTART cannot be resolved
[INFO]
          [ERROR]
 Line 2477: Event.ONTOUCHEND cannot be resolved
[INFO]
          [ERROR]
 Line 2478: Event.ONTOUCHCANCEL cannot be resolved
[INFO]
          [ERROR]
 Line 2539: Event.ONTOUCHMOVE cannot be resolved
[INFO]
          [ERROR]
 Line 2542: Event.ONTOUCHMOVE cannot be resolved
[INFO]
          [ERROR]
 Line 4466: Event.TOUCHEVENTS cannot be resolved
[INFO]
          [ERROR]
 Line 4999: Event.ONTOUCHEND cannot be resolved
[INFO]
          [ERROR]
 Line 5000: Event.ONTOUCHCANCEL cannot be resolved
[INFO]
          [ERROR]
 Line 5013: Event.ONTOUCHMOVE cannot be resolved
[INFO]
          [ERROR]
 Line 5037: Event.ONTOUCHSTART cannot be resolved
[INFO]
          [ERROR]
 Line 5039: Touch cannot be resolved to a type
[INFO]
          [ERROR]
 Line 5039: The method getChangedTouches() is undefined for the type Event
[INFO]
          [ERROR]
 Line 5139: Touch cannot be resolved to a type
[INFO]
          [ERROR]
 Line 5139: The method getChangedTouches() is undefined for the type Event
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VSlider.java'
[INFO]
          [ERROR]
 Line 124: Event.TOUCHEVENTS cannot be resolved
[INFO]
          [ERROR]
 Line 395: Event.ONTOUCHSTART cannot be resolved
[INFO]
          [ERROR]
 Line 410: Event.ONTOUCHMOVE cannot be resolved
[INFO]
          [ERROR]
 Line 418: Event.ONTOUCHEND cannot be resolved
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VSplitPanel.java'
[INFO]
          [ERROR]
 Line 25: The import com.google.gwt.event.dom.client.TouchCancelEvent cannot be resolved
[INFO]
          [ERROR]
 Line 26: The import com.google.gwt.event.dom.client.TouchCancelHandler cannot be resolved
[INFO]
          [ERROR]
 Line 27: The import com.google.gwt.event.dom.client.TouchEndEvent cannot be resolved
[INFO]
          [ERROR]
 Line 28: The import com.google.gwt.event.dom.client.TouchEndHandler cannot be resolved
[INFO]
          [ERROR]
 Line 29: The import com.google.gwt.event.dom.client.TouchMoveEvent cannot be resolved
[INFO]
          [ERROR]
 Line 30: The import com.google.gwt.event.dom.client.TouchMoveHandler cannot be resolved
[INFO]
          [ERROR]
 Line 31: The import com.google.gwt.event.dom.client.TouchStartEvent cannot be resolved
[INFO]
          [ERROR]
 Line 32: The import com.google.gwt.event.dom.client.TouchStartHandler cannot be resolved
[INFO]
          [ERROR]
 Line 190: TouchCancelHandler cannot be resolved to a type
[INFO]
          [ERROR]
 Line 195: TouchCancelEvent cannot be resolved
[INFO]
          [ERROR]
 Line 196: TouchStartHandler cannot be resolved to a type
[INFO]
          [ERROR]
 Line 206: TouchStartEvent cannot be resolved
[INFO]
          [ERROR]
 Line 207: TouchMoveHandler cannot be resolved to a type
[INFO]
          [ERROR]
 Line 213: TouchMoveEvent cannot be resolved
[INFO]
          [ERROR]
 Line 214: TouchEndHandler cannot be resolved to a type
[INFO]
          [ERROR]
 Line 220: TouchEndEvent cannot be resolved
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VTabsheetPanel.java'
[INFO]
          [ERROR]
 Line 21: The import com.google.gwt.event.dom.client.TouchStartEvent cannot be resolved
[INFO]
          [ERROR]
 Line 22: The import com.google.gwt.event.dom.client.TouchStartHandler cannot be resolved
[INFO]
          [ERROR]
 Line 49: Event.TOUCHEVENTS cannot be resolved
[INFO]
          [ERROR]
 Line 50: TouchStartHandler cannot be resolved to a type
[INFO]
          [ERROR]
 Line 65: TouchStartEvent cannot be resolved
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VTree.java'
[INFO]
          [ERROR]
 Line 613: Event.TOUCHEVENTS cannot be resolved
[INFO]
          [ERROR]
 Line 830: Event.ONTOUCHSTART cannot be resolved
[INFO]
          [ERROR]
 Line 834: Event.ONTOUCHSTART cannot be resolved
[INFO]
          [ERROR]
 Line 857: Event.ONTOUCHMOVE cannot be resolved
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VVideo.java'
[INFO]
          [ERROR]
 Line 21: The import com.google.gwt.dom.client.VideoElement cannot be resolved
[INFO]
          [ERROR]
 Line 32: VideoElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 35: VideoElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 35: The method createVideoElement() is undefined for the type Document
[INFO]
          [ERROR]
 Line 36: VideoElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 53: VideoElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 80: VideoElement cannot be resolved to a type
[INFO]
          [ERROR]
 Line 81: VideoElement cannot be resolved to a type
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/VWindow.java'
[INFO]
          [ERROR]
 Line 292: Event.TOUCHEVENTS cannot be resolved
[INFO]
          [ERROR]
 Line 927: Event.ONTOUCHSTART cannot be resolved
[INFO]
          [ERROR]
 Line 944: Event.ONTOUCHEND cannot be resolved
[INFO]
          [ERROR]
 Line 946: Event.ONTOUCHCANCEL cannot be resolved
[INFO]
          [ERROR]
 Line 956: Event.ONTOUCHMOVE cannot be resolved
[INFO]
          [ERROR]
 Line 1141: Event.ONTOUCHSTART cannot be resolved
[INFO]
          [ERROR]
 Line 1142: The method getTouches() is undefined for the type Event
[INFO]
          [ERROR]
 Line 1152: Event.ONTOUCHEND cannot be resolved
[INFO]
          [ERROR]
 Line 1153: Event.ONTOUCHCANCEL cannot be resolved
[INFO]
          [ERROR]
 Line 1158: Event.ONTOUCHMOVE cannot be resolved
[INFO]
       [ERROR]
 Errors in 'jar:file:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar!/com/vaadin/terminal/gwt/client/ui/dd/VDragAndDropManager.java'
[INFO]
          [ERROR]
 Line 116: Event.ONTOUCHMOVE cannot be resolved
[INFO]
          [ERROR]
 Line 210: Event.ONTOUCHMOVE cannot be resolved
[INFO]
          [ERROR]
 Line 218: Event.ONTOUCHEND cannot be resolved
[INFO]
          [ERROR]
 Line 357: Event.ONTOUCHSTART cannot be resolved
[INFO]
          [ERROR]
 Line 401: Event.ONTOUCHMOVE cannot be resolved
[INFO]
    Finding entry point classes
[INFO]
       [ERROR]
 Unable to find type 'com.vaadin.terminal.gwt.client.ApplicationConfiguration'
[INFO]
          [ERROR]
 Hint: Previous compiler errors may have made this type unavailable
[INFO]
          [ERROR]
 Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
[INFO]
 ------------------------------------------------------------------------
[INFO]
 BUILD FAILURE
[INFO]
 ------------------------------------------------------------------------
[INFO]
 Total time: 48.076s
[INFO]
 Finished at: Sat Jan 14 11:31:20 CST 2012
[INFO]
 Final Memory: 9M/81M
[INFO]
 ------------------------------------------------------------------------
[ERROR]
 Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.1.0-1:compile (default) on project Dugsi_Manager: Command [[
[ERROR]
 /bin/sh -c /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -Xmx512M -Xss1024k -classpath /Users/warz07/Documents/workspace-sts-2.8.0.RELEASE/trunk1/src/main/java:/Users/warz07/Documents/workspace-sts-2.8.0.RELEASE/trunk1/src/main/aspect:/Users/warz07/Documents/workspace-sts-2.8.0.RELEASE/trunk1/src/main/resources:/Users/warz07/Documents/workspace-sts-2.8.0.RELEASE/trunk1/target/classes:/Users/warz07/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar:/Users/warz07/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar:/Users/warz07/.m2/repository/org/slf4j/jcl-over-slf4j/1.6.1/jcl-over-slf4j-1.6.1.jar:/Users/warz07/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar:/Users/warz07/.m2/repository/org/aspectj/aspectjrt/1.6.11/aspectjrt-1.6.11.jar:/Users/warz07/.m2/repository/org/aspectj/aspectjweaver/1.6.11/aspectjweaver-1.6.11.jar:/Users/warz07/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/Users/warz07/.m2/repository/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar:/Users/warz07/.m2/repository/org/springframework/roo/org.springframework.roo.annotations/1.1.5.RELEASE/org.springframework.roo.annotations-1.1.5.RELEASE.jar:/Users/warz07/.m2/repository/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/org/springframework/spring-context/3.0.5.RELEASE/spring-context-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/org/springframework/spring-beans/3.0.5.RELEASE/spring-beans-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/org/springframework/spring-expression/3.0.5.RELEASE/spring-expression-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/org/springframework/spring-aop/3.0.5.RELEASE/spring-aop-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/Users/warz07/.m2/repository/org/springframework/spring-aspects/3.0.5.RELEASE/spring-aspects-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/org/springframework/spring-context-support/3.0.5.RELEASE/spring-context-support-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/org/springframework/spring-tx/3.0.5.RELEASE/spring-tx-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/postgresql/postgresql/8.4-702.jdbc3/postgresql-8.4-702.jdbc3.jar:/Users/warz07/.m2/repository/org/eclipse/persistence/eclipselink/2.2.0/eclipselink-2.2.0.jar:/Users/warz07/.m2/repository/org/eclipse/persistence/javax.persistence/2.0.3/javax.persistence-2.0.3.jar:/Users/warz07/.m2/repository/org/hibernate/hibernate-validator/4.1.0.Final/hibernate-validator-4.1.0.Final.jar:/Users/warz07/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar:/Users/warz07/.m2/repository/cglib/cglib-nodep/2.2/cglib-nodep-2.2.jar:/Users/warz07/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar:/Users/warz07/.m2/repository/org/springframework/spring-jdbc/3.0.5.RELEASE/spring-jdbc-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/org/springframework/spring-orm/3.0.5.RELEASE/spring-orm-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/commons-pool/commons-pool/1.5.4/commons-pool-1.5.4.jar:/Users/warz07/.m2/repository/commons-dbcp/commons-dbcp/1.3/commons-dbcp-1.3.jar:/Users/warz07/.m2/repository/com/vaadin/vaadin/6.7.1/vaadin-6.7.1.jar:/Users/warz07/.m2/repository/com/google/gwt/gwt-user/2.1.1/gwt-user-2.1.1.jar:/Users/warz07/.m2/repository/com/vaadin/com.vaadin.spring.roo.annotations/1.0.1/com.vaadin.spring.roo.annotations-1.0.1.jar:/Users/warz07/.m2/repository/org/vaadin/addons/customfield/0.9.2/customfield-0.9.2.jar:/Users/warz07/.m2/repository/org/vaadin/addons/navigator/0.3/navigator-0.3.jar:/Users/warz07/.m2/repository/org/springframework/spring-web/3.0.5.RELEASE/spring-web-3.0.5.RELEASE.jar:/Users/warz07/.m2/repository/com/vaadin/addon/beanvalidation-addon/0.6.1/beanvalidation-addon-0.6.1.jar:/Users/warz07/.m2/repository/org/apache/shiro/shiro-core/1.1.0/shiro-core-1.1.0.jar:/Users/warz07/.m2/repository/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar:/Users/warz07/.m2/repository/org/apache/shiro/shiro-web/1.1.0/shiro-web-1.1.0.jar:/Users/warz07/.m2/repository/org/apache/shiro/shiro-spring/1.1.0/shiro-spring-1.1.0.jar:/Users/warz07/.m2/repository/org/vaadin/addons/animator/1.6.3/animator-1.6.3.jar:/Users/warz07/.m2/repository/com/google/gwt/gwt-user/2.1.0/gwt-user-2.1.0.jar:/Users/warz07/.m2/repository/com/google/gwt/gwt-dev/2.1.0/gwt-dev-2.1.0.jar com.google.gwt.dev.Compiler -gen /Users/warz07/Documents/workspace-sts-2.8.0.RELEASE/trunk1/target/.generated -logLevel INFO -style OBF -war /Users/warz07/Documents/workspace-sts-2.8.0.RELEASE/trunk1/target/Dugsi_Manager-0.1.0.BUILD-SNAPSHOT/VAADIN/widgetsets -localWorkers 2 org.bixin.dugsi.web.DugsiManagerWidgetset
[ERROR]
 ]] failed with status 1
[ERROR]
 -> [Help 1]

[ERROR]
 
[ERROR]
 To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR]
 Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
 
[ERROR]
 For more information about the errors and possible solutions, please read the following articles:
[ERROR]
 [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

POM.XML file

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.bixin.dugsi</groupId>
    <artifactId>Dugsi_Manager</artifactId>
    <packaging>war</packaging>
    <version>0.1.0.BUILD-SNAPSHOT</version>
    <name>Dugsi_Manager</name>
    <properties>
        <roo.version>1.1.5.RELEASE</roo.version>
        <spring.version>3.0.5.RELEASE</spring.version>
        <aspectj.version>1.6.11</aspectj.version>
        <slf4j.version>1.6.1</slf4j.version>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
    <repositories>
        <repository>
            <id>spring-maven-release</id>
            <name>Spring Maven Release Repository</name>
            <url>http://maven.springframework.org/release</url>
        </repository>
        <repository>
            <id>spring-maven-milestone</id>
            <name>Spring Maven Milestone Repository</name>
            <url>http://maven.springframework.org/milestone</url>
        </repository>
        <repository>
            <id>spring-roo-repository</id>
            <name>Spring Roo Repository</name>
            <url>http://spring-roo-repository.springsource.org/release</url>
        </repository>
    <repository>
            <id>EclipseLink Repo</id>
            <url>http://mirrors.ibiblio.org/pub/mirrors/eclipse/rt/eclipselink/maven.repo</url>
            <name>EclipseLink Repo</name>
        </repository>
        <repository>
            <id>JBoss Repo</id>
            <url>https://repository.jboss.org/nexus/content/repositories/releases</url>
            <name>JBoss Repo</name>
        </repository>
    <repository>
            <id>vaadin-snapshots</id>
            <url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
            <name>Vaadin snapshot repository</name>
        </repository>
        <repository>
            <id>vaadin-addons</id>
            <url>http://maven.vaadin.com/vaadin-addons</url>
        </repository>
    </repositories>
    <pluginRepositories>
        <pluginRepository>
            <id>spring-maven-release</id>
            <name>Spring Maven Release Repository</name>
            <url>http://maven.springframework.org/release</url>
        </pluginRepository>
        <pluginRepository>
            <id>spring-maven-milestone</id>
            <name>Spring Maven Milestone Repository</name>
            <url>http://maven.springframework.org/milestone</url>
        </pluginRepository>
        <pluginRepository>
            <id>spring-roo-repository</id>
            <name>Spring Roo Repository</name>
            <url>http://spring-roo-repository.springsource.org/release</url>
        </pluginRepository>
        <pluginRepository>
      		<id>codehaus-snapshots</id>
     		 <url>[http://nexus.codehaus.org/snapshots</url>
      		<snapshots>
        		<enabled>true</enabled>
      		</snapshots>
     		 <releases>
        		<enabled>false</enabled>
     		 </releases>
   		</pluginRepository>
    </pluginRepositories>
    <dependencies>
        <!-- General dependencies for standard applications -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.8.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.16</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>${slf4j.version}</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>jcl-over-slf4j</artifactId>
            <version>${slf4j.version}</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>${slf4j.version}</version>
        </dependency>
        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjrt</artifactId>
            <version>${aspectj.version}</version>
        </dependency>
        <dependency>
            <groupId>org.aspectj</groupId>
            <artifactId>aspectjweaver</artifactId>
            <version>${aspectj.version}</version>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>2.5</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>net.sf.flexjson</groupId>
            <artifactId>flexjson</artifactId>
            <version>2.1</version>
        </dependency>
        <!-- ROO dependencies -->
        <dependency>
            <groupId>org.springframework.roo</groupId>
            <artifactId>org.springframework.roo.annotations</artifactId>
            <version>${roo.version}</version>
            <scope>provided</scope>
        </dependency>
        <!-- Spring dependencies -->
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-core</artifactId>
            <version>${spring.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
            <version>${spring.version}</version>
            <scope>test</scope>
            <exclusions>
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <version>${spring.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-aop</artifactId>
            <version>${spring.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-aspects</artifactId>
            <version>${spring.version}</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-tx</artifactId>
            <version>${spring.version}</version>
        </dependency>
    <dependency>
            <groupId>postgresql</groupId>
            <artifactId>postgresql</artifactId>
            <version>8.4-702.jdbc3</version>
            <classifier/>
        </dependency>
        <dependency>
            <groupId>org.eclipse.persistence</groupId>
            <artifactId>eclipselink</artifactId>
            <version>2.2.0</version>
            <classifier/>
        </dependency>
        <dependency>
            <groupId>org.eclipse.persistence</groupId>
            <artifactId>javax.persistence</artifactId>
            <version>2.0.3</version>
            <classifier/>
        </dependency>
        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-validator</artifactId>
            <version>4.1.0.Final</version>
            <classifier/>
            <exclusions>
                <exclusion>
                    <groupId>javax.xml.bind</groupId>
                    <artifactId>jaxb-api</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>com.sun.xml.bind</groupId>
                    <artifactId>jaxb-impl</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>javax.validation</groupId>
            <artifactId>validation-api</artifactId>
            <version>1.0.0.GA</version>
            <classifier/>
        </dependency>
        <dependency>
            <groupId>cglib</groupId>
            <artifactId>cglib-nodep</artifactId>
            <version>2.2</version>
            <classifier/>
        </dependency>
        <dependency>
            <groupId>javax.transaction</groupId>
            <artifactId>jta</artifactId>
            <version>1.1</version>
            <classifier/>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-jdbc</artifactId>
            <version>${spring.version}</version>
            <classifier/>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-orm</artifactId>
            <version>${spring.version}</version>
            <classifier/>
        </dependency>
        <dependency>
            <groupId>commons-pool</groupId>
            <artifactId>commons-pool</artifactId>
            <version>1.5.4</version>
            <classifier/>
            <exclusions>
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>commons-dbcp</groupId>
            <artifactId>commons-dbcp</artifactId>
            <version>1.3</version>
            <classifier/>
            <exclusions>
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>commons-pool</groupId>
                    <artifactId>commons-pool</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>xerces</groupId>
                    <artifactId>xerces</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>xerces</groupId>
                    <artifactId>xercesImpl</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>xml-apis</groupId>
                    <artifactId>xml-apis</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    <dependency>
            <groupId>com.vaadin</groupId>
            <artifactId>vaadin</artifactId>
            <version>6.7.1</version>
        </dependency>
         <!-- This is also used by gwt-maven-plugin to deduce GWT version number. -->
    <dependency>
      		<groupId>com.google.gwt</groupId>
     		<artifactId>gwt-user</artifactId>
      		<version>2.1.1</version>
      		<scope>provided</scope>
    </dependency>
        <dependency>
            <groupId>com.vaadin</groupId>
            <artifactId>com.vaadin.spring.roo.annotations</artifactId>
            <version>1.0.1</version>
        </dependency>
        <dependency>
            <groupId>org.vaadin.addons</groupId>
            <artifactId>customfield</artifactId>
            <version>0.9.2</version>
        </dependency>
        <dependency>
            <groupId>org.vaadin.addons</groupId>
            <artifactId>navigator</artifactId>
            <version>0.3</version>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-web</artifactId>
            <version>${spring.version}</version>
            <classifier/>
            <exclusions>
                <exclusion>
                    <groupId>commons-logging</groupId>
                    <artifactId>commons-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    <dependency>
            <groupId>com.vaadin.addon</groupId>
            <artifactId>beanvalidation-addon</artifactId>
            <version>0.6.1</version>
        </dependency>
    <dependency>
            <groupId>org.apache.shiro</groupId>
            <artifactId>shiro-core</artifactId>
            <version>1.1.0</version>
        </dependency>
    <dependency>
            <groupId>org.apache.shiro</groupId>
            <artifactId>shiro-web</artifactId>
            <version>1.1.0</version>
        </dependency>
    <dependency>
    	<groupId>org.apache.shiro</groupId>
    	<artifactId>shiro-spring</artifactId>
    	<version>1.1.0</version>
    </dependency>
    <dependency>
            <groupId>org.vaadin.addons</groupId>
            <artifactId>animator</artifactId>
            <version>1.6.3</version>
            <classifier/>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-war-plugin</artifactId>
                <version>2.1.1</version>
                <!-- <configuration> <webXml>target/web.xml</webXml> </configuration> -->
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.3.2</version>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                    <encoding>UTF-8</encoding>
                </configuration>
            </plugin>
              <!-- Compiles your custom GWT components with the GWT compiler -->
        <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>gwt-maven-plugin</artifactId>
        <!-- Version 2.1.0-1 works at least with Vaadin 6.5 -->
            <version>2.1.0-1</version>
            <configuration>
                <!-- if you don't specify any modules, the plugin will find them -->
                <!--modules>
                    ..
                </modules-->
                <webappDirectory>${project.build.directory}/${project.build.finalName}/VAADIN/widgetsets</webappDirectory>
                <extraJvmArgs>-Xmx512M -Xss1024k</extraJvmArgs>
                <runTarget>clean</runTarget>
                <hostedWebapp>${project.build.directory}/${project.build.finalName}</hostedWebapp>
                <noServer>true</noServer>
                <port>8080</port>
                <soyc>false</soyc>
            </configuration>
            <executions>
                <execution>
                    <goals>
                        <goal>resources</goal>
                        <goal>compile</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
        <!-- Updates Vaadin 6.2+ widgetset definitions based on project dependencies -->
        <plugin>
            <groupId>com.vaadin</groupId>
            <artifactId>vaadin-maven-plugin</artifactId>
            <version>1.0.1</version>
            <executions>
                <execution>
                    <configuration>
                        <!-- if you don't specify any modules, the plugin will find them -->
                        <!--
                        <modules>
                            <module>${package}.gwt.MyWidgetSet</module>
                        </modules>
                        -->
                    </configuration>
                    <goals>
                        <goal>update-widgetset</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>aspectj-maven-plugin</artifactId>
                <version>1.2</version> <!-- NB: do use 1.3 or 1.3.x due to MASPECTJ-90 - wait for 1.4 -->
                <dependencies>
                    <!-- NB: You must use Maven 2.0.9 or above or these are ignored (see MNG-2972) -->
                    <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjrt</artifactId>
                        <version>${aspectj.version}</version>
                    </dependency>
                    <dependency>
                        <groupId>org.aspectj</groupId>
                        <artifactId>aspectjtools</artifactId>
                        <version>${aspectj.version}</version>
                    </dependency>
                </dependencies>
                <executions>
                    <execution>
                        <goals>
                            <goal>compile</goal>
                            <goal>test-compile</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <outxml>true</outxml>
                    <aspectLibraries>
                        <aspectLibrary>
                            <groupId>org.springframework</groupId>
                            <artifactId>spring-aspects</artifactId>
                        </aspectLibrary>
                    </aspectLibraries>
                    <source>1.6</source>
                    <target>1.6</target>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-resources-plugin</artifactId>
                <version>2.5</version>
                <configuration>
                    <encoding>UTF-8</encoding>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.8</version>
                <configuration>
                    <printSummary>false</printSummary>
                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
                    <excludes>
                        <exclude>**/*_Roo_*</exclude>
                    </excludes>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-assembly-plugin</artifactId>
                <version>2.2.1</version>
                <configuration>
                    <descriptorRefs>
                        <descriptorRef>jar-with-dependencies</descriptorRef>
                    </descriptorRefs>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-deploy-plugin</artifactId>
                <version>2.6</version>
            </plugin>
            <!-- IDE -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-eclipse-plugin</artifactId>
                <version>2.7</version>  <!-- Note 2.8 does not work with AspectJ aspect path -->
                <configuration>
                    <downloadSources>true</downloadSources>
                    <downloadJavadocs>false</downloadJavadocs>
                    <wtpversion>2.0</wtpversion>
                    <additionalBuildcommands>
                        <buildCommand>
                            <name>org.eclipse.ajdt.core.ajbuilder</name>
                            <arguments>
                                <aspectPath>org.springframework.aspects</aspectPath>
                            </arguments>
                        </buildCommand>
                        <buildCommand>
                            <name>org.springframework.ide.eclipse.core.springbuilder</name>
                        </buildCommand>
                    </additionalBuildcommands>
                    <additionalProjectnatures>
                        <projectnature>org.eclipse.ajdt.ui.ajnature</projectnature>
                        <projectnature>com.springsource.sts.roo.core.nature</projectnature>
                        <projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>
                    </additionalProjectnatures>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-idea-plugin</artifactId>
                <version>2.2</version>
                <configuration>
                    <downloadSources>true</downloadSources>
                    <dependenciesAsLibraries>true</dependenciesAsLibraries>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>tomcat-maven-plugin</artifactId>
                <version>1.1</version>
            </plugin>
            <plugin>
                <groupId>org.mortbay.jetty</groupId>
                <artifactId>jetty-maven-plugin</artifactId>
                <version>7.4.2.v20110526</version>
                <configuration>
                    <webAppConfig>
                        <contextPath>/${project.name}</contextPath>
                    </webAppConfig>
                </configuration>
            </plugin>
        </plugins>
        <pluginManagement>
        	<plugins>
        		<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
        		<plugin>
        			<groupId>org.eclipse.m2e</groupId>
        			<artifactId>lifecycle-mapping</artifactId>
        			<version>1.0.0</version>
        			<configuration>
        				<lifecycleMappingMetadata>
        					<pluginExecutions>
        						<pluginExecution>
        							<pluginExecutionFilter>
        								<groupId>
        									org.codehaus.mojo
        								</groupId>
        								<artifactId>
        									gwt-maven-plugin
        								</artifactId>
        								<versionRange>
        									[2.1.0-1,)
        								</versionRange>
        								<goals>
        									<goal>resources</goal>
        								</goals>
        							</pluginExecutionFilter>
        							<action>
        								<ignore/>
        							</action>
        						</pluginExecution>
        						<pluginExecution>
        							<pluginExecutionFilter>
        								<groupId>
        									org.apache.maven.plugins
        								</groupId>
        								<artifactId>
        									maven-compiler-plugin
        								</artifactId>
        								<versionRange>
        									[2.3.2,)
        								</versionRange>
        								<goals>
        									<goal>compile</goal>
        									<goal>testCompile</goal>
        								</goals>
        							</pluginExecutionFilter>
        							<action>
        								<ignore/>
        							</action>
        						</pluginExecution>
        						<pluginExecution>
        							<pluginExecutionFilter>
        								<groupId>
        									org.codehaus.mojo
        								</groupId>
        								<artifactId>
        									aspectj-maven-plugin
        								</artifactId>
        								<versionRange>
        									[1.2,)
        								</versionRange>
        								<goals>
        									<goal>test-compile</goal>
        									<goal>compile</goal>
        								</goals>
        							</pluginExecutionFilter>
        							<action>
        								<ignore/>
        							</action>
        						</pluginExecution>
        						<pluginExecution>
        							<pluginExecutionFilter>
        								<groupId>com.vaadin</groupId>
        								<artifactId>
        									vaadin-maven-plugin
        								</artifactId>
        								<versionRange>
        									[1.0.1,)
        								</versionRange>
        								<goals>
        									<goal>
        										update-widgetset
        									</goal>
        								</goals>
        							</pluginExecutionFilter>
        							<action>
        								<ignore/>
        							</action>
        						</pluginExecution>
        					</pluginExecutions>
        				</lifecycleMappingMetadata>
        			</configuration>
        		</plugin>
        	</plugins>
        </pluginManagement>
    </build>
</project>