Enable assertions only for Netty classes

This commit is contained in:
Trustin Lee 2012-11-26 15:01:13 +09:00
parent d7f0351a85
commit 9018f8e5ca

10
pom.xml
View File

@ -344,7 +344,13 @@
<exclude>**/TestUtil*</exclude>
</excludes>
<runOrder>random</runOrder>
<argLine>-XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+HeapDumpOnOutOfMemoryError</argLine>
<argLine>
-server
-dsa -da -ea:io.netty...
-XX:+AggressiveOpts -XX:+UseFastAccessorMethods
-XX:+OptimizeStringConcat
-XX:+HeapDumpOnOutOfMemoryError
</argLine>
</configuration>
</plugin>
<plugin>
@ -494,7 +500,5 @@
</plugin>
</plugins>
</pluginManagement>
</build>
</project>