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