Fix build issues in microbench / Disable tests by default
This commit is contained in:
parent
e0cdeaaa2a
commit
54ac1cd420
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user