Run the autobahntestsuite as part of the testsuite
This commit is contained in:
parent
714ed77e17
commit
f0032d5f40
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user