I am getting bellow error message when I'm trying to execute "Maven Install" ::
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:28.478s
[INFO] Finished at: Mon Feb 22 16:34:40 IST 2016
[INFO] Final Memory: 21M/126M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:2.7.0:compile (default) on project eSWDES-Online: Command [[
[ERROR] C:\Program Files\Java\jdk1.7.0_80\jre\bin\java -XX:MaxPermSize=4096m -Xmx4096m -XX:-UseSplitVerifier -classpath "E:\Workspace\eSWDES-Online\target\eSWDES-Online-1.1.0-SNAPSHOT\WEB-INF\classes;........
.....................................................................................................
[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
Bellow is my pom file: