I got the following error Once I run mvn -V gwt:compile for gwteventbinder-master. What am I missing?
----------------------------------------------------
C:\gwt\gwteventbinder-master>c:\apache\maven\3.0.5\bin\mvn -V gwt:compile
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 08:51:28-0500)
Maven home: c:\Apache\maven\3.0.5\bin\..
Java version: 1.6.0_35, vendor: Sun Microsystems Inc.
Java home: C:\Program Files\Java\jdk1.6.0_35\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] EventBinder (Parent)
[INFO] EventBinder
[INFO] EventBinder Sample Application
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building EventBinder (Parent) 1.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- gwt-maven-plugin:1.0-alpha-2:compile (default-cli) @ eventbinder-parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] EventBinder (Parent) .............................. FAILURE [0.213s]
[INFO] EventBinder ....................................... SKIPPED
[INFO] EventBinder Sample Application .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.130s
[INFO] Finished at: Wed Jun 05 12:30:33 EDT 2013
[INFO] Final Memory: 8M/151M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal net.ltgt.gwt.maven:gwt-maven-plugin:1.0-alpha-2:compile (default-cli) on project eventbinder-parent: The parameters 'mo
duleName' for goal net.ltgt.gwt.maven:gwt-maven-plugin:1.0-alpha-2:compile are missing or invalid -> [Help 1]
--------------------------------------------------------------------------------------------------------------------------------------------------------------