Skip to content

Instantly share code, notes, and snippets.

@lenards
Created July 21, 2010 20:34
Show Gist options
  • Select an option

  • Save lenards/485079 to your computer and use it in GitHub Desktop.

Select an option

Save lenards/485079 to your computer and use it in GitHub Desktop.
404 <plugin>
405 <groupId>org.codehaus.mojo</groupId>
406 <artifactId>gwt-maven-plugin</artifactId>
407 <version>1.2</version>
408 <executions>
409 <execution>
410 <goals>
411 <goal>compile</goal>
412 <goal>test</goal>
413 </goals>
414
415 </execution>
416 </executions>
417 <configuration>
418 <webappDirectory>${basedir}/war</webappDirectory>
419 </configuration>
420 </plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment