tbroyer / gwt-maven-archetypes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newly created archetype has build failure

comzine opened this issue · comments

The parameters 'moduleName' for goal net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-9:compile are missing or invalid.

Commands:
mvn archetype:generate
-DarchetypeGroupId=net.ltgt.gwt.archetypes
-DarchetypeVersion=LATEST
-DarchetypeArtifactId=modular-webapp
mvn gwt:compile

You're trying to execute gwt:compile on all modules of the reactor, including the root module.
What are trying to achieve? Most likely you're actually looking for mvn package (or mvn package -pl *-client -am)