Skip to content

Commit

Permalink
Add compiler options for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
nmorel committed Jan 12, 2014
1 parent 2c64550 commit 19829d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<configuration>
<disableCastChecking>true</disableCastChecking>
<disableClassMetadata>true</disableClassMetadata>
<!--<style>DETAILED</style>-->
<!--<draftCompile>true</draftCompile>-->
</configuration>
</plugin>

<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 19829d2

Please sign in to comment.