Fix build issues in microbench / Disable tests by default

This commit is contained in:
Trustin Lee 2013-02-14 11:51:55 -08:00
parent e0cdeaaa2a
commit 54ac1cd420

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId>
<version>4.0.1.Alpha8-SNAPSHOT</version>
<version>4.0.0.Beta1-SNAPSHOT</version>
</parent>
<artifactId>netty-microbench</artifactId>
@ -28,6 +28,11 @@
<name>Netty/Microbench</name>
<properties>
<!-- Skip tests by default; run only if -DskipTests=false is specified -->
<skipTests>true</skipTests>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>