switch (modules.size()) {
case 0:
throw new MojoExecutionException("No GWT modules detected");
case 1:
try {
GwtModule module = gmr.readModule(modules.get(0));
String[] sources = module.getSources();
p.setProperty("spiffyui.gwt.module.name", module.getName());
String path = new File(p.getProperty(ATTR_WWW), module.getPath()).getAbsolutePath();
if (path.endsWith(SPIFFY_TMP_SUFFIX)) {