Skip to content

Instantly share code, notes, and snippets.

@meriouma

meriouma/pom.xml Secret

Created September 14, 2015 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meriouma/da43af27f43ce036ac19 to your computer and use it in GitHub Desktop.
Save meriouma/da43af27f43ce036ac19 to your computer and use it in GitHub Desktop.
i18n using UiBinder - gwt-maven-plugin
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>${gwt.version}</version>
<configuration>
<!-- your other configuration options -->
<extraParam>true</extraParam>
<extra>extras</extra>
</configuration>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment