[INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for at.downdrown:homeoffice-api:jar:1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ at.downdrown:homeoffice:1.0-SNAPSHOT, /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/pom.xml, line 236, column 21 [WARNING] [WARNING] Some problems were encountered while building the effective model for at.downdrown:homeoffice-core:jar:1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ at.downdrown:homeoffice:1.0-SNAPSHOT, /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/pom.xml, line 236, column 21 [WARNING] [WARNING] Some problems were encountered while building the effective model for at.downdrown:homeoffice-ui:war:1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ at.downdrown:homeoffice:1.0-SNAPSHOT, /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/pom.xml, line 236, column 21 [WARNING] The expression ${artifactId} is deprecated. Please use ${project.artifactId} instead. [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead. [WARNING] [WARNING] Some problems were encountered while building the effective model for at.downdrown:homeoffice:pom:1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 236, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] homeoffice [INFO] homeoffice-api [INFO] homeoffice-core [INFO] homeoffice-ui [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building homeoffice 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ homeoffice --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ homeoffice --- [INFO] Installing /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/pom.xml to /Users/downdrown/.m2/repository/at/downdrown/homeoffice/1.0-SNAPSHOT/homeoffice-1.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building homeoffice-api 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ homeoffice-api --- [INFO] Deleting /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/API/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ homeoffice-api --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ homeoffice-api --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 25 source files to /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/API/target/classes [WARNING] /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/API/src/main/java/at/downdrown/homeoffice/api/dto/KalendereventDTO.java: /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/API/src/main/java/at/downdrown/homeoffice/api/dto/KalendereventDTO.java uses unchecked or unsafe operations. [WARNING] /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/API/src/main/java/at/downdrown/homeoffice/api/dto/KalendereventDTO.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ homeoffice-api --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ homeoffice-api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ homeoffice-api --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/API/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ homeoffice-api --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ homeoffice-api --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ homeoffice-api --- [INFO] Building jar: /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/API/target/homeoffice-api-1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ homeoffice-api --- [INFO] Installing /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/API/target/homeoffice-api-1.0-SNAPSHOT.jar to /Users/downdrown/.m2/repository/at/downdrown/homeoffice-api/1.0-SNAPSHOT/homeoffice-api-1.0-SNAPSHOT.jar [INFO] Installing /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/API/pom.xml to /Users/downdrown/.m2/repository/at/downdrown/homeoffice-api/1.0-SNAPSHOT/homeoffice-api-1.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building homeoffice-core 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ homeoffice-core --- [INFO] Deleting /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/CORE/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ homeoffice-core --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ homeoffice-core --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 47 source files to /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/CORE/target/classes [WARNING] /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/CORE/src/main/java/at/downdrown/homeoffice/core/impl/GoogleCalendarEventProviderImpl.java: /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/CORE/src/main/java/at/downdrown/homeoffice/core/impl/GoogleCalendarEventProviderImpl.java uses unchecked or unsafe operations. [WARNING] /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/CORE/src/main/java/at/downdrown/homeoffice/core/impl/GoogleCalendarEventProviderImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ homeoffice-core --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ homeoffice-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ homeoffice-core --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/CORE/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ homeoffice-core --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ homeoffice-core --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ homeoffice-core --- [INFO] Building jar: /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/CORE/target/homeoffice-core-1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ homeoffice-core --- [INFO] Installing /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/CORE/target/homeoffice-core-1.0-SNAPSHOT.jar to /Users/downdrown/.m2/repository/at/downdrown/homeoffice-core/1.0-SNAPSHOT/homeoffice-core-1.0-SNAPSHOT.jar [INFO] Installing /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/CORE/pom.xml to /Users/downdrown/.m2/repository/at/downdrown/homeoffice-core/1.0-SNAPSHOT/homeoffice-core-1.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building homeoffice-ui 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ homeoffice-ui --- [INFO] Deleting /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/target [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:clean (default) @ homeoffice-ui --- [INFO] auto discovered modules [at.downdrown.homeoffice.HomeOfficeWidgetset] [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:update-theme (default) @ homeoffice-ui --- [INFO] Updating theme VAADIN/themes/homeoffice [INFO] Widgetsets found from classpath: [INFO] at.downdrown.homeoffice.HomeOfficeWidgetset in file:/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/resources [INFO] org.vaadin.jouni.animator.AnimatorWidgetset in jar:file:/Users/downdrown/.m2/repository/org/vaadin/addons/animator/2.0.0/animator-2.0.0.jar!/ [INFO] com.vaadin.addon.touchkit.gwt.TouchKitWidgetSet in jar:file:/Users/downdrown/.m2/repository/com/vaadin/addon/vaadin-touchkit-agpl/4.1.0.alpha1/vaadin-touchkit-agpl-4.1.0.alpha1.jar!/ [INFO] com.vaadin.DefaultWidgetSet in jar:file:/Users/downdrown/.m2/repository/com/vaadin/vaadin-client/7.5.10/vaadin-client-7.5.10.jar!/ [INFO] org.vaadin.jouni.dom.DomWidgetset in jar:file:/Users/downdrown/.m2/repository/org/vaadin/addons/dom/0.1.0/dom-0.1.0.jar!/ [INFO] Addon styles found from classpath: [INFO] [INFO] Search took 9ms [INFO] Theme "VAADIN/themes/homeoffice" updated [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:compile-theme (default) @ homeoffice-ui --- [INFO] Updating theme VAADIN/themes/homeoffice [INFO] Theme "VAADIN/themes/homeoffice" compiled [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ homeoffice-ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:resources (default) @ homeoffice-ui --- [INFO] auto discovered modules [at.downdrown.homeoffice.HomeOfficeWidgetset] [INFO] 1 source files from GWT module at.downdrown.homeoffice.HomeOfficeWidgetset [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ homeoffice-ui --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/target/classes [WARNING] /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/java/at/downdrown/homeoffice/ui/components/EntityTable.java: /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/java/at/downdrown/homeoffice/ui/components/EntityTable.java uses unchecked or unsafe operations. [WARNING] /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/java/at/downdrown/homeoffice/ui/components/EntityTable.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:update-theme (default) @ homeoffice-ui --- [INFO] Updating theme VAADIN/themes/homeoffice [INFO] Widgetsets found from classpath: [INFO] at.downdrown.homeoffice.HomeOfficeWidgetset in file:/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/target/classes [INFO] org.vaadin.jouni.animator.AnimatorWidgetset in jar:file:/Users/downdrown/.m2/repository/org/vaadin/addons/animator/2.0.0/animator-2.0.0.jar!/ [INFO] com.vaadin.addon.touchkit.gwt.TouchKitWidgetSet in jar:file:/Users/downdrown/.m2/repository/com/vaadin/addon/vaadin-touchkit-agpl/4.1.0.alpha1/vaadin-touchkit-agpl-4.1.0.alpha1.jar!/ [INFO] com.vaadin.DefaultWidgetSet in jar:file:/Users/downdrown/.m2/repository/com/vaadin/vaadin-client/7.5.10/vaadin-client-7.5.10.jar!/ [INFO] org.vaadin.jouni.dom.DomWidgetset in jar:file:/Users/downdrown/.m2/repository/org/vaadin/addons/dom/0.1.0/dom-0.1.0.jar!/ [INFO] Addon styles found from classpath: [INFO] [INFO] Search took 11ms [INFO] Theme "VAADIN/themes/homeoffice" updated [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:compile-theme (default) @ homeoffice-ui --- [INFO] Updating theme VAADIN/themes/homeoffice [INFO] Theme "VAADIN/themes/homeoffice" compiled [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ homeoffice-ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:resources (default) @ homeoffice-ui --- [INFO] auto discovered modules [at.downdrown.homeoffice.HomeOfficeWidgetset] [INFO] 1 source files from GWT module at.downdrown.homeoffice.HomeOfficeWidgetset [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ homeoffice-ui --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/target/classes [WARNING] /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/java/at/downdrown/homeoffice/ui/components/EntityTable.java: /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/java/at/downdrown/homeoffice/ui/components/EntityTable.java uses unchecked or unsafe operations. [WARNING] /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/java/at/downdrown/homeoffice/ui/components/EntityTable.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:update-widgetset (default) @ homeoffice-ui --- [INFO] auto discovered modules [at.downdrown.homeoffice.HomeOfficeWidgetset] [INFO] Updating widgetset at.downdrown.homeoffice.HomeOfficeWidgetset [INFO] Adding resource directory to command classpath: /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/resources [INFO] Widgetsets found from classpath: [INFO] at.downdrown.homeoffice.HomeOfficeWidgetset in file:/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/resources [INFO] org.vaadin.jouni.animator.AnimatorWidgetset in jar:file:/Users/downdrown/.m2/repository/org/vaadin/addons/animator/2.0.0/animator-2.0.0.jar!/ [INFO] com.vaadin.addon.touchkit.gwt.TouchKitWidgetSet in jar:file:/Users/downdrown/.m2/repository/com/vaadin/addon/vaadin-touchkit-agpl/4.1.0.alpha1/vaadin-touchkit-agpl-4.1.0.alpha1.jar!/ [INFO] com.vaadin.DefaultWidgetSet in jar:file:/Users/downdrown/.m2/repository/com/vaadin/vaadin-client/7.5.10/vaadin-client-7.5.10.jar!/ [INFO] org.vaadin.jouni.dom.DomWidgetset in jar:file:/Users/downdrown/.m2/repository/org/vaadin/addons/dom/0.1.0/dom-0.1.0.jar!/ [INFO] Addon styles found from classpath: [INFO] [INFO] Search took 10ms [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ homeoffice-ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ homeoffice-ui --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ homeoffice-ui --- [INFO] No tests to run. [INFO] [INFO] >>> vaadin-maven-plugin:7.5.10:compile (default) > process-resources @ homeoffice-ui >>> [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:update-theme (default) @ homeoffice-ui --- [INFO] Updating theme VAADIN/themes/homeoffice [INFO] Widgetsets found from classpath: [INFO] at.downdrown.homeoffice.HomeOfficeWidgetset in file:/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/target/classes [INFO] org.vaadin.jouni.animator.AnimatorWidgetset in jar:file:/Users/downdrown/.m2/repository/org/vaadin/addons/animator/2.0.0/animator-2.0.0.jar!/ [INFO] com.vaadin.addon.touchkit.gwt.TouchKitWidgetSet in jar:file:/Users/downdrown/.m2/repository/com/vaadin/addon/vaadin-touchkit-agpl/4.1.0.alpha1/vaadin-touchkit-agpl-4.1.0.alpha1.jar!/ [INFO] com.vaadin.DefaultWidgetSet in jar:file:/Users/downdrown/.m2/repository/com/vaadin/vaadin-client/7.5.10/vaadin-client-7.5.10.jar!/ [INFO] org.vaadin.jouni.dom.DomWidgetset in jar:file:/Users/downdrown/.m2/repository/org/vaadin/addons/dom/0.1.0/dom-0.1.0.jar!/ [INFO] Addon styles found from classpath: [INFO] [INFO] Search took 9ms [INFO] Theme "VAADIN/themes/homeoffice" updated [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:compile-theme (default) @ homeoffice-ui --- [INFO] Updating theme VAADIN/themes/homeoffice [INFO] Theme "VAADIN/themes/homeoffice" compiled [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ homeoffice-ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:resources (default) @ homeoffice-ui --- [INFO] auto discovered modules [at.downdrown.homeoffice.HomeOfficeWidgetset] [INFO] 1 source files from GWT module at.downdrown.homeoffice.HomeOfficeWidgetset [INFO] [INFO] <<< vaadin-maven-plugin:7.5.10:compile (default) < process-resources @ homeoffice-ui <<< [INFO] [INFO] --- vaadin-maven-plugin:7.5.10:compile (default) @ homeoffice-ui --- [INFO] auto discovered modules [at.downdrown.homeoffice.HomeOfficeWidgetset] [INFO] Compiling module at.downdrown.homeoffice.HomeOfficeWidgetset [INFO] Tracing compile failure path for type 'com.vaadin.addon.touchkit.gwt.client.vcom.navigation.NavigationManagerConnector' [INFO] [ERROR] Errors in 'jar:file:/Users/downdrown/.m2/repository/com/vaadin/addon/vaadin-touchkit-agpl/4.1.0.alpha1/vaadin-touchkit-agpl-4.1.0.alpha1.jar!/com/vaadin/addon/touchkit/gwt/client/vcom/navigation/NavigationManagerConnector.java' [INFO] [ERROR] Line 110: The method getMessageHandler() is undefined for the type ApplicationConnection [INFO] [ERROR] Line 115: The method getMessageHandler() is undefined for the type ApplicationConnection [INFO] Tracing compile failure path for type 'com.vaadin.addon.touchkit.gwt.client.communication.TouchKitConnectionStateHandler' [INFO] [ERROR] Errors in 'jar:file:/Users/downdrown/.m2/repository/com/vaadin/addon/vaadin-touchkit-agpl/4.1.0.alpha1/vaadin-touchkit-agpl-4.1.0.alpha1.jar!/com/vaadin/addon/touchkit/gwt/client/communication/TouchKitConnectionStateHandler.java' [INFO] [ERROR] Line 11: The import com.vaadin.client.communication.DefaultConnectionStateHandler cannot be resolved [INFO] [ERROR] Line 139: XhrConnectionError cannot be resolved to a type [INFO] [ERROR] Line 111: The method isBidirectional() is undefined for the type PushConnection [INFO] [ERROR] Line 124: The method getConnection() is undefined for the type TouchKitConnectionStateHandler [INFO] [ERROR] Line 110: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 75: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 134: The method getConnection() is undefined for the type TouchKitConnectionStateHandler [INFO] [ERROR] Line 169: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 99: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 27: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 129: XhrConnectionError cannot be resolved to a type [INFO] [ERROR] Line 51: The method heartbeatOk() of type TouchKitConnectionStateHandler must override or implement a supertype method [INFO] [ERROR] Line 72: The method pushClientTimeout(PushConnection, JavaScriptObject) of type TouchKitConnectionStateHandler must override or implement a supertype method [INFO] [ERROR] Line 108: The method pushOk(PushConnection) of type TouchKitConnectionStateHandler must override or implement a supertype method [INFO] [ERROR] Line 42: The method heartbeatInvalidStatusCode(Request, Response) of type TouchKitConnectionStateHandler must override or implement a supertype method [INFO] [ERROR] Line 167: The method pushInvalidContent(PushConnection, String) of type TouchKitConnectionStateHandler must override or implement a supertype method [INFO] [ERROR] Line 35: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 97: The method pushReconnectPending(PushConnection) of type TouchKitConnectionStateHandler must override or implement a supertype method [INFO] [ERROR] Line 119: XhrConnectionError cannot be resolved to a type [INFO] [ERROR] Line 170: The method isBidirectional() is undefined for the type PushConnection [INFO] [ERROR] Line 87: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 64: The method isBidirectional() is undefined for the type PushConnection [INFO] [ERROR] Line 88: The method isBidirectional() is undefined for the type PushConnection [INFO] [ERROR] Line 158: The method pushNotConnected(JsonObject) of type TouchKitConnectionStateHandler must override or implement a supertype method [INFO] [ERROR] Line 160: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 172: The method getConnection() is undefined for the type TouchKitConnectionStateHandler [INFO] [ERROR] Line 44: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 33: The method heartbeatException(Request, Throwable) of type TouchKitConnectionStateHandler must override or implement a supertype method [INFO] [ERROR] Line 60: The method pushClosed(PushConnection, JavaScriptObject) of type TouchKitConnectionStateHandler must override or implement a supertype method [INFO] [ERROR] Line 149: The method xhrOk() of type TouchKitConnectionStateHandler must override or implement a supertype method [INFO] [ERROR] Line 13: The import com.vaadin.client.communication.XhrConnectionError cannot be resolved [INFO] [ERROR] Line 53: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 63: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 84: The method pushError(PushConnection, JavaScriptObject) of type TouchKitConnectionStateHandler must override or implement a supertype method [INFO] [ERROR] Line 100: The method isBidirectional() is undefined for the type PushConnection [INFO] [ERROR] Line 144: The method getConnection() is undefined for the type TouchKitConnectionStateHandler [INFO] [ERROR] Line 151: DefaultConnectionStateHandler cannot be resolved to a type [INFO] [ERROR] Line 76: The method isBidirectional() is undefined for the type PushConnection [INFO] [ERROR] Aborting compile due to errors in some input files [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] homeoffice ......................................... SUCCESS [ 0.175 s] [INFO] homeoffice-api ..................................... SUCCESS [ 1.239 s] [INFO] homeoffice-core .................................... SUCCESS [ 0.744 s] [INFO] homeoffice-ui ...................................... FAILURE [ 26.174 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28.473 s [INFO] Finished at: 2015-12-26T12:20:15+01:00 [INFO] Final Memory: 38M/155M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal com.vaadin:vaadin-maven-plugin:7.5.10:compile (default) on project homeoffice-ui: Command [[ [ERROR] /bin/sh -c /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/bin/java -Xmx512M -Xss1024k -classpath '/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/target/classes:/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/java:/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/resources:/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/API/target/homeoffice-api-1.0-SNAPSHOT.jar:/Users/downdrown/.m2/repository/javax/javaee-api/7.0/javaee-api-7.0.jar:/Users/downdrown/.m2/repository/com/sun/mail/javax.mail/1.5.0/javax.mail-1.5.0.jar:/Users/downdrown/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/Users/downdrown/.m2/repository/at/downdrown/ldapclient/1.1/ldapclient-1.1.jar:/Users/downdrown/.m2/repository/org/slf4j/slf4j-log4j12/1.7.13/slf4j-log4j12-1.7.13.jar:/Users/downdrown/.m2/repository/org/slf4j/slf4j-api/1.7.13/slf4j-api-1.7.13.jar:/Users/downdrown/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/downdrown/.m2/repository/org/apache/deltaspike/modules/deltaspike-jpa-module-api/1.5.1/deltaspike-jpa-module-api-1.5.1.jar:/Users/downdrown/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-server/7.5.10/vaadin-server-7.5.10.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-sass-compiler/0.9.12/vaadin-sass-compiler-0.9.12.jar:/Users/downdrown/.m2/repository/com/vaadin/external/flute/flute/1.3.0.gg2/flute-1.3.0.gg2.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-shared/7.5.10/vaadin-shared-7.5.10.jar:/Users/downdrown/.m2/repository/com/vaadin/external/streamhtmlparser/streamhtmlparser-jsilver/0.0.10.vaadin1/streamhtmlparser-jsilver-0.0.10.vaadin1.jar:/Users/downdrown/.m2/repository/com/vaadin/external/google/guava/16.0.1.vaadin1/guava-16.0.1.vaadin1.jar:/Users/downdrown/.m2/repository/org/jsoup/jsoup/1.8.1/jsoup-1.8.1.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-client-compiled/7.5.10/vaadin-client-compiled-7.5.10.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-client-compiler/7.5.10/vaadin-client-compiler-7.5.10.jar:/Users/downdrown/.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.jar:/Users/downdrown/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar:/Users/downdrown/.m2/repository/ant/ant/1.6.5/ant-1.6.5.jar:/Users/downdrown/.m2/repository/net/sourceforge/cssparser/cssparser/0.9.11/cssparser-0.9.11.jar:/Users/downdrown/.m2/repository/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar:/Users/downdrown/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar:/Users/downdrown/.m2/repository/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar:/Users/downdrown/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar:/Users/downdrown/.m2/repository/org/ow2/asm/asm-commons/5.0.3/asm-commons-5.0.3.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-annotations/8.1.12.v20130726/jetty-annotations-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-plus/8.1.12.v20130726/jetty-plus-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/orbit/javax.transaction/1.1.1.v201105210645/javax.transaction-1.1.1.v201105210645.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-jndi/8.1.12.v20130726/jetty-jndi-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-server/8.1.12.v20130726/jetty-server-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/orbit/javax.servlet/3.0.0.v201112011016/javax.servlet-3.0.0.v201112011016.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/orbit/javax.mail.glassfish/1.4.1.v201005082020/javax.mail.glassfish-1.4.1.v201005082020.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/orbit/javax.activation/1.1.0.v201105071233/javax.activation-1.1.0.v201105071233.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-webapp/8.1.12.v20130726/jetty-webapp-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-xml/8.1.12.v20130726/jetty-xml-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-servlet/8.1.12.v20130726/jetty-servlet-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-security/8.1.12.v20130726/jetty-security-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/orbit/javax.annotation/1.1.0.v201108011116/javax.annotation-1.1.0.v201108011116.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/orbit/org.objectweb.asm/3.1.0.v200803061910/org.objectweb.asm-3.1.0.v200803061910.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-servlets/8.1.12.v20130726/jetty-servlets-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-continuation/8.1.12.v20130726/jetty-continuation-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-client/8.1.12.v20130726/jetty-client-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-http/8.1.12.v20130726/jetty-http-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-io/8.1.12.v20130726/jetty-io-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/eclipse/jetty/jetty-util/8.1.12.v20130726/jetty-util-8.1.12.v20130726.jar:/Users/downdrown/.m2/repository/org/jdesktop/swing-worker/1.1/swing-worker-1.1.jar:/Users/downdrown/.m2/repository/commons-codec/commons-codec/1.8/commons-codec-1.8.jar:/Users/downdrown/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar:/Users/downdrown/.m2/repository/org/apache/james/apache-mime4j/0.6/apache-mime4j-0.6.jar:/Users/downdrown/.m2/repository/org/apache/httpcomponents/httpclient/4.3.1/httpclient-4.3.1.jar:/Users/downdrown/.m2/repository/org/apache/httpcomponents/httpcore/4.3/httpcore-4.3.jar:/Users/downdrown/.m2/repository/org/apache/httpcomponents/httpmime/4.3.1/httpmime-4.3.1.jar:/Users/downdrown/.m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.19/nekohtml-1.9.19.jar:/Users/downdrown/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar:/Users/downdrown/.m2/repository/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar:/Users/downdrown/.m2/repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar:/Users/downdrown/.m2/repository/com/ibm/icu/icu4j/50.1.1/icu4j-50.1.1.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-client-compiler-deps/1.2.0/vaadin-client-compiler-deps-1.2.0.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-client/7.5.10/vaadin-client-7.5.10.jar:/Users/downdrown/.m2/repository/org/w3c/css/sac/1.3/sac-1.3.jar:/Users/downdrown/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar:/Users/downdrown/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-push/7.5.10/vaadin-push-7.5.10.jar:/Users/downdrown/.m2/repository/com/vaadin/external/atmosphere/atmosphere-runtime/2.2.7.vaadin1/atmosphere-runtime-2.2.7.vaadin1.jar:/Users/downdrown/.m2/repository/com/vaadin/external/slf4j/vaadin-slf4j-jdk14/1.6.1/vaadin-slf4j-jdk14-1.6.1.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-themes/7.5.10/vaadin-themes-7.5.10.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-cdi/1.0.3/vaadin-cdi-1.0.3.jar:/Users/downdrown/.m2/repository/org/apache/deltaspike/core/deltaspike-core-api/1.4.1/deltaspike-core-api-1.4.1.jar:/Users/downdrown/.m2/repository/com/vaadin/addon/vaadin-touchkit-agpl/4.1.0.alpha1/vaadin-touchkit-agpl-4.1.0.alpha1.jar:/Users/downdrown/.m2/repository/org/vaadin/addons/animator/2.0.0/animator-2.0.0.jar:/Users/downdrown/.m2/repository/org/vaadin/addons/dom/0.1.0/dom-0.1.0.jar:/Users/downdrown/.m2/repository/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar:/Users/downdrown/.m2/repository/javax/el/javax.el-api/3.0.0/javax.el-api-3.0.0.jar:/Users/downdrown/.m2/repository/javax/interceptor/javax.interceptor-api/1.2/javax.interceptor-api-1.2.jar:/Users/downdrown/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar:/Users/downdrown/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar:/Users/downdrown/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar:/Users/downdrown/.m2/repository/org/apache/logging/log4j/log4j-api/2.4.1/log4j-api-2.4.1.jar:/Users/downdrown/.m2/repository/org/apache/logging/log4j/log4j-core/2.4.1/log4j-core-2.4.1.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-client/7.5.10/vaadin-client-7.5.10.jar:/Users/downdrown/.m2/repository/com/vaadin/vaadin-client-compiler/7.5.10/vaadin-client-compiler-7.5.10.jar' '-Dgwt.persistentunitcachedir=/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/target' com.google.gwt.dev.Compiler -logLevel INFO -style OBF -war '/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/src/main/webapp/VAADIN/widgetsets' -localWorkers 8 -strict -XfragmentCount -1 -deploy '/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/target/gwt-deploy' -gen '/Users/downdrown/Documents/Development/IntelliJ Projects/HomeOffice/UI/target/.generated' at.downdrown.homeoffice.HomeOfficeWidgetset [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :homeoffice-ui