Run the autobahntestsuite as part of the testsuite

This commit is contained in:
Norman Maurer 2014-01-25 14:00:27 +01:00
parent 714ed77e17
commit f0032d5f40

View File

@ -85,14 +85,11 @@
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>me.normanmaurer.maven.autobahntestsuite</groupId>
<artifactId>autobahntestsuite-maven-plugin</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<configuration>
<host>127.0.0.1</host>
<port>9876</port>
<mainClass>io.netty.testsuite.websockets.autobahn.AutobahnServer</mainClass>
<cases>
<case>*</case>
@ -109,7 +106,6 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
</project>