Skip to content

Instantly share code, notes, and snippets.

@slugmandrew
Last active July 27, 2017 11:27
Show Gist options
  • Save slugmandrew/6f1d8705cb2deb93566057aa6db6c5c3 to your computer and use it in GitHub Desktop.
Save slugmandrew/6f1d8705cb2deb93566057aa6db6c5c3 to your computer and use it in GitHub Desktop.
Trying to get classes in target\generated\annotations visible to gwt compiler - pretty sure they're not
"C:\Program Files\Java\jdk1.8.0_131\bin\java" -Dvisualvm.id=1264888459135663 -Dmaven.multiModuleProjectDirectory=C:\Users\Drew\IntelliJ\energybox "-Dmaven.home=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2017.1\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2017.1\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2017.1\lib\idea_rt.jar=50376:C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2017.1\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2017.1\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2017.1.5 -DskipTests=true install -P dev,staging,!live
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] parent
[INFO] shared
[INFO] server
[INFO] client
[INFO] EnergyBox
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building parent 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default) @ parent ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] com.google.code.gson:gson ............................. 2.6.2 -> 2.8.1
[INFO] com.ibm.icu:icu4j ..................................... 50.1.1 -> 59.1
[INFO] commons-collections:commons-collections ............ 3.2.2 -> 20040616
[INFO] commons-io:commons-io ..................................... 2.4 -> 2.5
[INFO] javax.servlet:javax.servlet-api ................... 3.1.0 -> 4.0.0-b07
[INFO] javax.validation:validation-api ................ 1.0.0.GA -> 2.0.0.CR3
[INFO] net.sourceforge.htmlunit:htmlunit ....................... 2.19 -> 2.27
[INFO] org.eclipse.jetty:apache-jsp ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-annotations ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-continuation ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-http ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-io ....... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-jndi ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-plus ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-security ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-server ... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-servlet ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-servlets ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-util ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-webapp ... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-xml ...... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty.websocket:websocket-api ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty.websocket:websocket-common ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.ow2.asm:asm ................................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-analysis .......................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-commons ........................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-tree .............................. 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-util .............................. 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-xml ............................... 5.0.3 -> 6.0_ALPHA
[INFO]
[INFO] No dependencies in Dependencies have newer versions.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default) @ parent ---
[INFO]
[INFO] The following plugin updates are available:
[INFO] maven-compiler-plugin .................................. 3.0 -> 3.6.0
[INFO] maven-surefire-plugin ................................ 2.19 -> 2.19.1
[INFO] org.codehaus.mojo:versions-maven-plugin .................. 2.2 -> 2.3
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[INFO]
[INFO] Project defines minimum Maven version as: 3.1.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.3.9 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- maven-processor-plugin:2.2.4:process (process) @ parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ parent ---
[INFO] Source directory: C:\Users\Drew\IntelliJ\energybox\target\generated-sources\annotations added.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ parent ---
[INFO] Installing C:\Users\Drew\IntelliJ\energybox\pom.xml to C:\Users\Drew\.m2\repository\com\utilitiessavings\usavapp\parent\1.0-SNAPSHOT\parent-1.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building shared 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default) @ shared ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] com.google.code.gson:gson ............................. 2.6.2 -> 2.8.1
[INFO] com.ibm.icu:icu4j ..................................... 50.1.1 -> 59.1
[INFO] commons-collections:commons-collections ............ 3.2.2 -> 20040616
[INFO] commons-io:commons-io ..................................... 2.4 -> 2.5
[INFO] javax.servlet:javax.servlet-api ................... 3.1.0 -> 4.0.0-b07
[INFO] javax.validation:validation-api ................ 1.0.0.GA -> 2.0.0.CR3
[INFO] net.sourceforge.htmlunit:htmlunit ....................... 2.19 -> 2.27
[INFO] org.eclipse.jetty:apache-jsp ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-annotations ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-continuation ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-http ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-io ....... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-jndi ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-plus ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-security ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-server ... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-servlet ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-servlets ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-util ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-webapp ... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-xml ...... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty.websocket:websocket-api ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty.websocket:websocket-common ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.ow2.asm:asm ................................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-analysis .......................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-commons ........................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-tree .............................. 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-util .............................. 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-xml ............................... 5.0.3 -> 6.0_ALPHA
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] com.fasterxml.jackson.core:jackson-annotations .... 2.8.5 -> 2.9.0.pr4
[INFO] com.google.guava:guava ...................... 22.0 -> 23.0-rc1-android
[INFO] com.google.guava:guava-gwt .......................... 22.0 -> 23.0-rc1
[INFO] org.hibernate:hibernate-validator ........... 4.1.0.Final -> 6.0.0.CR3
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default) @ shared ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.0
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.1
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin .................... (from super-pom) 2.19.1
[INFO]
[INFO] Project inherits minimum Maven version as: 3.1.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.3.9 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- maven-processor-plugin:2.2.4:process (process) @ shared ---
[WARNING] No processors specified. Using default discovery mechanism.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 274 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ shared ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 278 source files to C:\Users\Drew\IntelliJ\energybox\shared\target\classes
[WARNING] /C:/Users/Drew/IntelliJ/energybox/shared/src/main/java/com/utilitiessavings/usavappv7/shared/dto/AccountDto.java: Some input files use or override a deprecated API.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/shared/src/main/java/com/utilitiessavings/usavappv7/shared/dto/AccountDto.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ shared ---
[INFO] Source directory: C:\Users\Drew\IntelliJ\energybox\shared\target\generated-sources\annotations added.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ shared ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Drew\IntelliJ\energybox\shared\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ shared ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to C:\Users\Drew\IntelliJ\energybox\shared\target\test-classes
[WARNING] /C:/Users/Drew/IntelliJ/energybox/shared/src/test/java/com/utilitiessavings/usavappv7/shared/modules/SharedTestDataModule.java: Some input files use or override a deprecated API.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/shared/src/test/java/com/utilitiessavings/usavappv7/shared/modules/SharedTestDataModule.java: Recompile with -Xlint:deprecation for details.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/shared/src/test/java/com/utilitiessavings/usavappv7/shared/modules/CommissionsModule.java: C:\Users\Drew\IntelliJ\energybox\shared\src\test\java\com\utilitiessavings\usavappv7\shared\modules\CommissionsModule.java uses unchecked or unsafe operations.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/shared/src/test/java/com/utilitiessavings/usavappv7/shared/modules/CommissionsModule.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19:test (default-test) @ shared ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ shared ---
[INFO] Building jar: C:\Users\Drew\IntelliJ\energybox\shared\target\shared-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default) @ shared ---
[INFO] Building jar: C:\Users\Drew\IntelliJ\energybox\shared\target\shared-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ shared ---
[INFO] Installing C:\Users\Drew\IntelliJ\energybox\shared\target\shared-1.0-SNAPSHOT.jar to C:\Users\Drew\.m2\repository\com\utilitiessavings\usavapp\shared\1.0-SNAPSHOT\shared-1.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Drew\IntelliJ\energybox\shared\pom.xml to C:\Users\Drew\.m2\repository\com\utilitiessavings\usavapp\shared\1.0-SNAPSHOT\shared-1.0-SNAPSHOT.pom
[INFO] Installing C:\Users\Drew\IntelliJ\energybox\shared\target\shared-1.0-SNAPSHOT-tests.jar to C:\Users\Drew\.m2\repository\com\utilitiessavings\usavapp\shared\1.0-SNAPSHOT\shared-1.0-SNAPSHOT-tests.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building server 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default) @ server ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] com.google.code.gson:gson ............................. 2.6.2 -> 2.8.1
[INFO] com.ibm.icu:icu4j ..................................... 50.1.1 -> 59.1
[INFO] commons-collections:commons-collections ............ 3.2.2 -> 20040616
[INFO] commons-io:commons-io ..................................... 2.4 -> 2.5
[INFO] javax.servlet:javax.servlet-api ................... 3.1.0 -> 4.0.0-b07
[INFO] javax.validation:validation-api ................ 1.0.0.GA -> 2.0.0.CR3
[INFO] net.sourceforge.htmlunit:htmlunit ....................... 2.19 -> 2.27
[INFO] org.eclipse.jetty:apache-jsp ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-annotations ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-continuation ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-http ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-io ....... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-jndi ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-plus ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-security ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-server ... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-servlet ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-servlets ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-util ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-webapp ... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-xml ...... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty.websocket:websocket-api ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty.websocket:websocket-common ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.ow2.asm:asm ................................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-analysis .......................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-commons ........................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-tree .............................. 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-util .............................. 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-xml ............................... 5.0.3 -> 6.0_ALPHA
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] com.fasterxml.jackson.core:jackson-core ........... 2.8.5 -> 2.9.0.pr4
[INFO] com.fasterxml.jackson.core:jackson-databind ....... 2.8.5 -> 2.9.0.pr4
[INFO] com.google.guava:guava ...................... 22.0 -> 23.0-rc1-android
[INFO] commons-fileupload:commons-fileupload ................. 1.3.2 -> 1.3.3
[INFO] org.apache.poi:poi-examples ....................... 3.16 -> 3.17-beta1
[INFO] org.apache.poi:poi-ooxml .......................... 3.16 -> 3.17-beta1
[INFO] org.slf4j:slf4j-api ........................... 1.7.21 -> 1.8.0-alpha2
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default) @ server ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.0
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.1
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin .................... (from super-pom) 2.19.1
[INFO]
[INFO] Project inherits minimum Maven version as: 3.1.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.3.9 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- maven-processor-plugin:2.2.4:process (process) @ server ---
[WARNING] No processors specified. Using default discovery mechanism.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 246 source files to C:\Users\Drew\IntelliJ\energybox\server\target\classes
[WARNING] /C:/Users/Drew/IntelliJ/energybox/server/src/main/java/com/utilitiessavings/usavappv7/server/service/ChatServiceImpl.java: Some input files use or override a deprecated API.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/server/src/main/java/com/utilitiessavings/usavappv7/server/service/ChatServiceImpl.java: Recompile with -Xlint:deprecation for details.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/server/src/main/java/com/utilitiessavings/usavappv7/server/domain/TariffBook.java: Some input files use unchecked or unsafe operations.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/server/src/main/java/com/utilitiessavings/usavappv7/server/domain/TariffBook.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ server ---
[INFO] Source directory: C:\Users\Drew\IntelliJ\energybox\server\target\generated-sources\annotations added.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Drew\IntelliJ\energybox\server\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 33 source files to C:\Users\Drew\IntelliJ\energybox\server\target\test-classes
[WARNING] /C:/Users/Drew/IntelliJ/energybox/server/src/test/java/com/utilitiessavings/usavappv7/server/handler/get/GetCurrentUserNoLoggedInUserTest.java: Some input files use or override a deprecated API.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/server/src/test/java/com/utilitiessavings/usavappv7/server/handler/get/GetCurrentUserNoLoggedInUserTest.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19:test (default-test) @ server ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ server ---
[INFO] Building jar: C:\Users\Drew\IntelliJ\energybox\server\target\server-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ server ---
[INFO] Installing C:\Users\Drew\IntelliJ\energybox\server\target\server-1.0-SNAPSHOT.jar to C:\Users\Drew\.m2\repository\com\utilitiessavings\usavapp\server\1.0-SNAPSHOT\server-1.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Drew\IntelliJ\energybox\server\pom.xml to C:\Users\Drew\.m2\repository\com\utilitiessavings\usavapp\server\1.0-SNAPSHOT\server-1.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building client 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default) @ client ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] com.google.code.gson:gson ............................. 2.6.2 -> 2.8.1
[INFO] com.ibm.icu:icu4j ..................................... 50.1.1 -> 59.1
[INFO] commons-collections:commons-collections ............ 3.2.2 -> 20040616
[INFO] commons-io:commons-io ..................................... 2.4 -> 2.5
[INFO] javax.servlet:javax.servlet-api ................... 3.1.0 -> 4.0.0-b07
[INFO] javax.validation:validation-api ................ 1.0.0.GA -> 2.0.0.CR3
[INFO] net.sourceforge.htmlunit:htmlunit ....................... 2.19 -> 2.27
[INFO] org.eclipse.jetty:apache-jsp ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-annotations ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-continuation ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-http ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-io ....... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-jndi ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-plus ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-security ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-server ... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-servlet ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-servlets ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-util ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-webapp ... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-xml ...... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty.websocket:websocket-api ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty.websocket:websocket-common ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.ow2.asm:asm ................................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-analysis .......................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-commons ........................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-tree .............................. 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-util .............................. 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-xml ............................... 5.0.3 -> 6.0_ALPHA
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] com.github.nmorel.gwtjackson:gwt-jackson ............ 0.14.1 -> 0.14.2
[INFO] com.google.guava:guava-gwt .......................... 22.0 -> 23.0-rc1
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default) @ client ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.0
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.1
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin .................... (from super-pom) 2.19.1
[INFO]
[INFO] Project inherits minimum Maven version as: 3.1.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.3.9 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- maven-processor-plugin:2.2.4:process (process) @ client ---
[WARNING] No processors specified. Using default discovery mechanism.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 852 resources
[INFO] Copying 45 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 587 source files to C:\Users\Drew\IntelliJ\energybox\client\target\classes
[WARNING] /C:/Users/Drew/IntelliJ/energybox/client/src/main/java/com/utilitiessavings/usavappv7/client/application/editor/MySiteLinkRenderer.java: Some input files use or override a deprecated API.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/client/src/main/java/com/utilitiessavings/usavappv7/client/application/editor/MySiteLinkRenderer.java: Recompile with -Xlint:deprecation for details.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/client/src/main/java/com/utilitiessavings/usavappv7/client/application/widget/header/HeaderPresenter.java: Some input files use unchecked or unsafe operations.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/client/src/main/java/com/utilitiessavings/usavappv7/client/application/widget/header/HeaderPresenter.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ client ---
[INFO] Source directory: C:\Users\Drew\IntelliJ\energybox\client\target\generated-sources\annotations added.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Drew\IntelliJ\energybox\client\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ client ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 27 source files to C:\Users\Drew\IntelliJ\energybox\client\target\test-classes
[WARNING] /C:/Users/Drew/IntelliJ/energybox/client/src/test/java/com/utilitiessavings/usavappv7/client/application/accounts/accountspage/AccountsPagePresenterTest.java: Some input files use or override a deprecated API.
[WARNING] /C:/Users/Drew/IntelliJ/energybox/client/src/test/java/com/utilitiessavings/usavappv7/client/application/accounts/accountspage/AccountsPagePresenterTest.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.19:test (default-test) @ client ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ client ---
[INFO] Building jar: C:\Users\Drew\IntelliJ\energybox\client\target\client-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ client ---
[INFO] Installing C:\Users\Drew\IntelliJ\energybox\client\target\client-1.0-SNAPSHOT.jar to C:\Users\Drew\.m2\repository\com\utilitiessavings\usavapp\client\1.0-SNAPSHOT\client-1.0-SNAPSHOT.jar
[INFO] Installing C:\Users\Drew\IntelliJ\energybox\client\pom.xml to C:\Users\Drew\.m2\repository\com\utilitiessavings\usavapp\client\1.0-SNAPSHOT\client-1.0-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building EnergyBox 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default) @ app ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] com.google.code.gson:gson ............................. 2.6.2 -> 2.8.1
[INFO] com.ibm.icu:icu4j ..................................... 50.1.1 -> 59.1
[INFO] commons-collections:commons-collections ............ 3.2.2 -> 20040616
[INFO] commons-io:commons-io ..................................... 2.4 -> 2.5
[INFO] javax.servlet:javax.servlet-api ................... 3.1.0 -> 4.0.0-b07
[INFO] javax.validation:validation-api ................ 1.0.0.GA -> 2.0.0.CR3
[INFO] net.sourceforge.htmlunit:htmlunit ....................... 2.19 -> 2.27
[INFO] org.eclipse.jetty:apache-jsp ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-annotations ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-continuation ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-http ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-io ....... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-jndi ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-plus ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-security ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-server ... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-servlet ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-servlets ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-util ..... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-webapp ... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty:jetty-xml ...... 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty.websocket:websocket-api ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.eclipse.jetty.websocket:websocket-common ...
[INFO] 9.2.14.v20151106 -> 9.4.6.v20170531
[INFO] org.ow2.asm:asm ................................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-analysis .......................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-commons ........................... 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-tree .............................. 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-util .............................. 5.0.3 -> 6.0_ALPHA
[INFO] org.ow2.asm:asm-xml ............................... 5.0.3 -> 6.0_ALPHA
[INFO]
[INFO] No dependencies in Dependencies have newer versions.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default) @ app ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.0
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin .................... (from super-pom) 2.19.1
[WARNING] maven-war-plugin .......................... (from super-pom) 3.0.0
[INFO]
[INFO] Project inherits minimum Maven version as: 3.1.0
[INFO] Plugins require minimum Maven version of: 3.1.0
[INFO] Note: the super-pom from Maven 3.3.9 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- maven-processor-plugin:2.2.4:process (process) @ app ---
[WARNING] source directory [C:\Users\Drew\IntelliJ\energybox\app\src\main\java] doesn't exist! Processor task will be skipped!
[WARNING] No processors specified. Using default discovery mechanism.
[WARNING] no source file(s) detected! Processor task will be skipped
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 36 resources to C:\Users\Drew\IntelliJ\energybox\app\target/app-1.0-SNAPSHOT
[INFO]
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ app ---
[INFO] Changes detected - recompiling the module!
[INFO]
[INFO] --- build-helper-maven-plugin:3.0.0:add-source (add-source) @ app ---
[INFO] Source directory: C:\Users\Drew\IntelliJ\energybox\app\target\generated-sources\annotations added.
[INFO]
[INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ app ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\Drew\IntelliJ\energybox\app\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ app ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19:test (default-test) @ app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-8:test (default) @ app ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- gwt-maven-plugin:1.0-rc-8:compile (default) @ app ---
[INFO] Loading inherited module 'com.utilitiessavings.usavappv7.ProjectDev'
[INFO] Module location: file:/C:/Users/Drew/IntelliJ/energybox/app/target/app-1.0-SNAPSHOT/WEB-INF/classes/com/utilitiessavings/usavappv7/ProjectDev.gwt.xml
[INFO] Checking for updates
[INFO] Failed to obtain current version info via HTTP
[INFO] Loading inherited module 'com.google.gwt.core.Core'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/core/Core.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.dev.jjs.intrinsic.Intrinsic'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-dev/2.8.1/gwt-dev-2.8.1.jar!/com/google/gwt/dev/jjs/intrinsic/Intrinsic.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.lang.LongLib'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-dev/2.8.1/gwt-dev-2.8.1.jar!/com/google/gwt/lang/LongLib.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.CompilerParameters'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/core/CompilerParameters.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.emul.Emulation'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/emul/Emulation.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.emul.Preconditions'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/emul/Preconditions.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.StackTrace'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/core/StackTrace.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.AsyncFragmentLoader'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/core/AsyncFragmentLoader.gwt.xml
[INFO] Loading inherited module 'jsinterop.annotations.Annotations'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/jsinterop/jsinterop-annotations/1.0.1/jsinterop-annotations-1.0.1-sources.jar!/jsinterop/annotations/Annotations.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.XSLinker'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/core/XSLinker.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.CrossSiteIframeLinker'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/core/CrossSiteIframeLinker.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.logging.LogImpl'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/logging/LogImpl.gwt.xml
[INFO] Loading inherited module 'com.utilitiessavings.usavappv7.Project'
[INFO] Module location: file:/C:/Users/Drew/IntelliJ/energybox/app/target/app-1.0-SNAPSHOT/WEB-INF/classes/com/utilitiessavings/usavappv7/Project.gwt.xml
[INFO] Loading inherited module 'com.utilitiessavings.usavappv7.Client'
[INFO] Module location: jar:file:/C:/Users/Drew/IntelliJ/energybox/client/target/client-1.0-SNAPSHOT.jar!/com/utilitiessavings/usavappv7/Client.gwt.xml
[INFO] Loading inherited module 'com.utilitiessavings.usavappv7.Shared'
[INFO] Module location: jar:file:/C:/Users/Drew/IntelliJ/energybox/shared/target/shared-1.0-SNAPSHOT.jar!/com/utilitiessavings/usavappv7/Shared.gwt.xml
[INFO] Loading inherited module 'com.google.common.collect.Collect'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/guava/guava-gwt/22.0/guava-gwt-22.0.jar!/com/google/common/collect/Collect.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.User'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/User.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.Event'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/event/Event.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.dom.DOM'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/dom/DOM.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.canvas.dom.DOM'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/canvas/dom/DOM.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.media.dom.DOM'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/media/dom/DOM.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.safehtml.SafeHtml'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/safehtml/SafeHtml.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.http.HTTP'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/http/HTTP.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Timer'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/Timer.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.xhr.XMLHttpRequest'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/xhr/XMLHttpRequest.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.typedarrays.TypedArrays'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/typedarrays/TypedArrays.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.useragent.UserAgent'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/useragent/UserAgent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.core.CoreWithUserAgent'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/core/CoreWithUserAgent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.regexp.RegExp'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/regexp/RegExp.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.EventBase'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/event/EventBase.gwt.xml
[INFO] Loading inherited module 'com.google.web.bindery.event.Event'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/web/bindery/event/Event.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.dom.DomEvent'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/event/dom/DomEvent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.dom.DragEvent'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/event/dom/DragEvent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.dom.TouchEvent'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/event/dom/TouchEvent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.event.logical.LogicalEvent'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/event/logical/LogicalEvent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.geolocation.Geolocation'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/geolocation/Geolocation.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.media.Media'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/media/Media.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.UI'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/UI.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.animation.Animation'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/animation/Animation.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.canvas.Canvas'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/canvas/Canvas.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.cell.Cell'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/cell/Cell.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.text.Text'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/text/Text.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.i18n.I18N'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/i18n/I18N.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.cell.TextButtonCell'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/cell/TextButtonCell.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.debug.DebugBase'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/debug/DebugBase.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.dom.builder.DomBuilder'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/dom/builder/DomBuilder.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.editor.Editor'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/editor/Editor.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.validation.Validation'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/validation/Validation.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.RemoteServiceDTO'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/RemoteServiceDTO.gwt.xml
[INFO] Loading inherited module 'javax.validation.Validation'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/javax/validation/Validation.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.layout.Layout'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/layout/Layout.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.aria.Aria'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/aria/Aria.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.resources.Resources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/resources/Resources.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.jsonp.Jsonp'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/jsonp/Jsonp.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.AsyncCallback'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/AsyncCallback.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.safecss.SafeCss'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/safecss/SafeCss.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.touch.Touch'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/touch/Touch.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.CaptionPanel'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/CaptionPanel.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.UserAgent'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/UserAgent.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.cellview.CellView'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/cellview/CellView.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.view.View'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/view/View.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.ClippedImage'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/ClippedImage.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.datepicker.DatePicker'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/datepicker/DatePicker.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.DocumentMode'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/DocumentMode.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.DOM'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/DOM.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.History'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/History.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Focus'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/Focus.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Form'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/Form.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.HTMLTable'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/HTMLTable.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Hyperlink'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/Hyperlink.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.ImageBundle'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/ImageBundle.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Popup'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/Popup.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.ResizeLayoutPanel'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/ResizeLayoutPanel.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.RichText'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/RichText.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Scroll'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/Scroll.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.SplitPanel'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/SplitPanel.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.TextBox'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/TextBox.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Tree'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/Tree.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.uibinder.UiBinder'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/uibinder/UiBinder.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.storage.Storage'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/storage/Storage.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.RemoteService'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/RemoteService.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Window'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/Window.gwt.xml
[INFO] Loading inherited module 'com.google.common.annotations.Annotations'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/guava/guava-gwt/22.0/guava-gwt-22.0.jar!/com/google/common/annotations/Annotations.gwt.xml
[INFO] Loading inherited module 'com.google.common.base.Base'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/guava/guava-gwt/22.0/guava-gwt-22.0.jar!/com/google/common/base/Base.gwt.xml
[INFO] Loading inherited module 'java.util.Util'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/guava/guava-gwt/22.0/guava-gwt-22.0.jar!/java/util/Util.gwt.xml
[INFO] Loading inherited module 'java.lang.Lang'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/guava/guava-gwt/22.0/guava-gwt-22.0.jar!/java/lang/Lang.gwt.xml
[INFO] Loading inherited module 'com.google.common.math.Math'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/guava/guava-gwt/22.0/guava-gwt-22.0.jar!/com/google/common/math/Math.gwt.xml
[INFO] Loading inherited module 'com.google.common.primitives.Primitives'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/guava/guava-gwt/22.0/guava-gwt-22.0.jar!/com/google/common/primitives/Primitives.gwt.xml
[INFO] Loading inherited module 'no.eirikb.gwtchannelapi.GwtChannelApi'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/no/eirikb/gwt-channel-api/0.4/gwt-channel-api-0.4.jar!/no/eirikb/gwtchannelapi/GwtChannelApi.gwt.xml
[INFO] Loading inherited module 'com.allen_sauer.gwt.log.gwt-log-DEBUG'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/allen-sauer/gwt/log/gwt-log/3.3.2/gwt-log-3.3.2.jar!/com/allen_sauer/gwt/log/gwt-log-DEBUG.gwt.xml
[INFO] Loading inherited module 'com.allen_sauer.gwt.log.gwt-log-impl'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/allen-sauer/gwt/log/gwt-log/3.3.2/gwt-log-3.3.2.jar!/com/allen_sauer/gwt/log/gwt-log-impl.gwt.xml
[INFO] Loading inherited module 'com.gwtplatform.dispatch.rpc.DispatchRpcShared'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/gwtplatform/gwtp-dispatch-rpc-shared/1.6/gwtp-dispatch-rpc-shared-1.6.jar!/com/gwtplatform/dispatch/rpc/DispatchRpcShared.gwt.xml
[INFO] Loading inherited module 'com.gwtplatform.dispatch.DispatchCommonShared'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/gwtplatform/gwtp-dispatch-common-shared/1.6/gwtp-dispatch-common-shared-1.6.jar!/com/gwtplatform/dispatch/DispatchCommonShared.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.inject.Inject'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/inject/gin/2.1.2/gin-2.1.2.jar!/com/google/gwt/inject/Inject.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.theme.standard.Standard'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/theme/standard/Standard.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.user.Debug'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/user/Debug.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.debug.Debug'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/debug/Debug.gwt.xml
[INFO] Loading inherited module 'org.hibernate.validator.HibernateValidator'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/org/hibernate/validator/HibernateValidator.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.GwtBootstrap3'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3/0.9.4/gwtbootstrap3-0.9.4.jar!/org/gwtbootstrap3/GwtBootstrap3.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.GwtBootstrap3Base'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3/0.9.4/gwtbootstrap3-0.9.4.jar!/org/gwtbootstrap3/GwtBootstrap3Base.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.client.Resources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3/0.9.4/gwtbootstrap3-0.9.4.jar!/org/gwtbootstrap3/client/Resources.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.client.NoThemeResources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3/0.9.4/gwtbootstrap3-0.9.4.jar!/org/gwtbootstrap3/client/NoThemeResources.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.datepicker.DatePicker'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/datepicker/DatePicker.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.datepicker.client.DatePickerResources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/datepicker/client/DatePickerResources.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.datetimepicker.DateTimePicker'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/datetimepicker/DateTimePicker.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.datetimepicker.client.DateTimePickerResources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/datetimepicker/client/DateTimePickerResources.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.slider.Slider'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/slider/Slider.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.slider.client.SliderResources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/slider/client/SliderResources.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.typeahead.Typeahead'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/typeahead/Typeahead.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.typeahead.client.TypeaheadResources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/typeahead/client/TypeaheadResources.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.typeahead.client.TypeaheadNoThemeResources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/typeahead/client/TypeaheadNoThemeResources.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.notify.Notify'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/notify/Notify.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.animate.Animate'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/animate/Animate.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.animate.client.AnimateResources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/animate/client/AnimateResources.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.notify.client.NotifyResources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/notify/client/NotifyResources.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.bootbox.Bootbox'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/bootbox/Bootbox.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.select.Select'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/select/Select.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.select.client.SelectResources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/select/client/SelectResources.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.toggleswitch.ToggleSwitch'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/toggleswitch/ToggleSwitch.gwt.xml
[INFO] Loading inherited module 'org.gwtbootstrap3.extras.toggleswitch.client.ToggleSwitchResources'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/org/gwtbootstrap3/gwtbootstrap3-extras/0.9.4/gwtbootstrap3-extras-0.9.4.jar!/org/gwtbootstrap3/extras/toggleswitch/client/ToggleSwitchResources.gwt.xml
[INFO] Loading inherited module 'com.gwtplatform.dispatch.rpc.DispatchRpc'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/gwtplatform/gwtp-dispatch-rpc-client/1.6/gwtp-dispatch-rpc-client-1.6.jar!/com/gwtplatform/dispatch/rpc/DispatchRpc.gwt.xml
[INFO] Loading inherited module 'com.gwtplatform.common.ClientsCommon'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/gwtplatform/gwtp-clients-common/1.6/gwtp-clients-common-1.6.jar!/com/gwtplatform/common/ClientsCommon.gwt.xml
[INFO] Loading inherited module 'com.gwtplatform.dispatch.DispatchCommonClient'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/gwtplatform/gwtp-dispatch-common-client/1.6/gwtp-dispatch-common-client-1.6.jar!/com/gwtplatform/dispatch/DispatchCommonClient.gwt.xml
[INFO] Loading inherited module 'com.gwtplatform.mvp.MvpWithEntryPoint'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/gwtplatform/gwtp-mvp-client/1.6/gwtp-mvp-client-1.6.jar!/com/gwtplatform/mvp/MvpWithEntryPoint.gwt.xml
[INFO] Loading inherited module 'com.gwtplatform.mvp.Mvp'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/gwtplatform/gwtp-mvp-client/1.6/gwtp-mvp-client-1.6.jar!/com/gwtplatform/mvp/Mvp.gwt.xml
[INFO] Loading inherited module 'com.gwtplatform.mvp.MvpShared'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/gwtplatform/gwtp-mvp-shared/1.6/gwtp-mvp-shared-1.6.jar!/com/gwtplatform/mvp/MvpShared.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.place.Place'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/google/gwt/gwt-user/2.8.1/gwt-user-2.8.1.jar!/com/google/gwt/place/Place.gwt.xml
[INFO] Loading inherited module 'com.google.gwt.query.Query'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/googlecode/gwtquery/gwtquery/1.5-beta1/gwtquery-1.5-beta1.jar!/com/google/gwt/query/Query.gwt.xml
[INFO] Loading inherited module 'com.arcbees.gquery.tooltip.Tooltip'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/arcbees/gquery/tooltip/1.2-SNAPSHOT/tooltip-1.2-SNAPSHOT.jar!/com/arcbees/gquery/tooltip/Tooltip.gwt.xml
[INFO] Loading inherited module 'com.googlecode.objectify.Objectify'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/googlecode/objectify/objectify-gwt/1.2.1/objectify-gwt-1.2.1.jar!/com/googlecode/objectify/Objectify.gwt.xml
[INFO] Loading inherited module 'com.google.appengine.AppEngine'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/googlecode/objectify/objectify-gwt/1.2.1/objectify-gwt-1.2.1.jar!/com/google/appengine/AppEngine.gwt.xml
[INFO] Loading inherited module 'com.github.nmorel.gwtjackson.GwtJackson'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/github/nmorel/gwtjackson/gwt-jackson/0.14.1/gwt-jackson-0.14.1.jar!/com/github/nmorel/gwtjackson/GwtJackson.gwt.xml
[INFO] Loading inherited module 'com.fasterxml.jackson.annotation.JacksonAnnotation'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/github/nmorel/gwtjackson/gwt-jackson/0.14.1/gwt-jackson-0.14.1.jar!/com/fasterxml/jackson/annotation/JacksonAnnotation.gwt.xml
[INFO] Loading inherited module 'com.fasterxml.jackson.databind.annotation.JacksonDatabindAnnotation'
[INFO] Module location: jar:file:/C:/Users/Drew/.m2/repository/com/github/nmorel/gwtjackson/gwt-jackson/0.14.1/gwt-jackson-0.14.1.jar!/com/fasterxml/jackson/databind/annotation/JacksonDatabindAnnotation.gwt.xml
[INFO] Public resources found in...
[INFO] Unexpected entry in classpath; C:\Users\Drew\IntelliJ\energybox\app\src\main\java is neither a directory nor an archive (.jar or .zip)
[INFO] Translatable source found in...
[INFO] Persistent unit cache dir set to: C:\Users\Drew\IntelliJ\energybox\app\target\gwt-unitCache
[INFO] Opening cache file: C:\Users\Drew\IntelliJ\energybox\app\target\gwt-unitCache\gwt-unitCache-c7e88c07e9cda90cc623b4451d0d9713ae03aa53-FF35F588CF7564DE259004F02565B00E-0000015D83C22172
[INFO] Looking for previously cached Compilation Units in C:\Users\Drew\IntelliJ\energybox\app\target\gwt-unitCache
[INFO] Compiling module com.utilitiessavings.usavappv7.ProjectDev
[INFO] Found 0 cached/archived units. Used 0 / 5574 units from cache.
[INFO] Compiling...
[INFO] 40% complete (ETR: 7 seconds)
[INFO] 40% complete (ETR: 7 seconds)
[INFO] 40% complete (ETR: 7 seconds)
[INFO] 40% complete (ETR: 7 seconds)
[INFO] 40% complete (ETR: 7 seconds)
[INFO] 50% complete (ETR: 6 seconds)
[INFO] 60% complete (ETR: 5 seconds)
[INFO] 70% complete (ETR: 3 seconds)
[INFO] 80% complete (ETR: 2 seconds)
[INFO] 90% complete (ETR: 1 seconds)
[INFO] 100% complete (ETR: 0 seconds)
[INFO] Compilation completed in 13.83 seconds
[INFO] PersistentUnitCache cleanup requested
[INFO] Added 5574 units to PersistentUnitCache since last cleanup
[INFO] Rotating PersistentUnitCache file because only 0 files were added.
[INFO] Tracing compile failure path for type 'com.utilitiessavings.usavappv7.client.application.accounts.accountspage.AccountsPagePresenter'
[INFO] Errors in 'jar:file:/C:/Users/Drew/IntelliJ/energybox/client/target/client-1.0-SNAPSHOT.jar!/com/utilitiessavings/usavappv7/client/application/accounts/accountspage/AccountsPagePresenter.java'
[INFO] Line 190: No source code is available for type com.utilitiessavings.usavappv7.shared.action.GetAccountAction; did you forget to inherit a required module?
[INFO] Line 190: No source code is available for type com.utilitiessavings.usavappv7.shared.action.GetAccountResult; did you forget to inherit a required module?
[INFO] Checked 1 dependencies for errors.
[INFO] Tracing compile failure path for type 'com.utilitiessavings.usavappv7.shared.action.GeneratedActions'
[INFO] Errors in 'jar:file:/C:/Users/Drew/IntelliJ/energybox/shared/target/shared-1.0-SNAPSHOT.jar!/com/utilitiessavings/usavappv7/shared/action/GeneratedActions.java'
[INFO] Line 32: In cannot be resolved to a type
[INFO] Line 4: The import com.gwtplatform.dispatch.annotation cannot be resolved
[INFO] Line 19: GenDispatch cannot be resolved to a type
[INFO] Line 5: The import com.gwtplatform.dispatch.annotation cannot be resolved
[INFO] Line 29: GenDispatch cannot be resolved to a type
[INFO] Line 22: In cannot be resolved to a type
[INFO] Line 25: Out cannot be resolved to a type
[INFO] Line 35: Out cannot be resolved to a type
[INFO] Line 3: The import com.gwtplatform.dispatch.annotation cannot be resolved
[INFO] Checked 1 dependencies for errors.
[INFO] Removing invalidated units
[INFO] Compilation unit 'jar:file:/C:/Users/Drew/IntelliJ/energybox/client/target/client-1.0-SNAPSHOT.jar!/com/utilitiessavings/usavappv7/client/application/accounts/accountspage/AccountsPageView.java' is removed due to invalid reference(s):
[INFO] com.utilitiessavings.usavappv7.client.application.accounts.accountspage.AccountsPagePresenter.MyView
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${compiler-plugin.version}</version>
<configuration>
<source>${target.jdk}</source>
<target>${target.jdk}</target>
<encoding>${project.build.sourceEncoding}</encoding>
<proc>none</proc>
</configuration>
</plugin>
<!-- Run annotation processors on src/main/java sources -->
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<version>${processor-plugin.version}</version>
<executions>
<execution>
<id>process</id>
<phase>generate-sources</phase>
<goals>
<goal>process</goal>
</goals>
</execution>
</executions>
<configuration>
<!-- source output directory -->
<outputDirectory>${project.build.directory}/generated-sources/annotations</outputDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>${build-helper-maven-plugin.version}</version>
<executions>
<execution>
<id>add-source</id>
<phase>process-classes</phase>
<goals>
<goal>add-source</goal>
</goals>
<configuration>
<sources>
<source>${project.build.directory}/generated-sources/annotations</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment