Update to autobahntestsuite-maven-plugin 0.1.4 to support Java9

Motivation:

autobahntestsuite-maven-plugin 0.1.4 was released and supports Java9.

Modifications:

Update plugin to be able to run tests on Java9

Result:

Autobahntestsuite can also be run on Java9.
This commit is contained in:
Norman Maurer 2017-02-20 08:18:27 +01:00
parent c57a1bdb2d
commit 576baf8e6c
2 changed files with 1 additions and 3 deletions

View File

@ -83,8 +83,6 @@
<asm.version>6.0_ALPHA</asm.version> <asm.version>6.0_ALPHA</asm.version>
<!-- Skip as maven plugin not works with Java9 yet --> <!-- Skip as maven plugin not works with Java9 yet -->
<skipOsgiTestsuite>true</skipOsgiTestsuite> <skipOsgiTestsuite>true</skipOsgiTestsuite>
<!-- Skip as jython not works with Java9 yet -->
<skipAutobahnTestsuite>true</skipAutobahnTestsuite>
</properties> </properties>
<activation> <activation>
<jdk>9</jdk> <jdk>9</jdk>

View File

@ -117,7 +117,7 @@
<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.3</version> <version>0.1.4</version>
<configuration> <configuration>
<mainClass>io.netty.testsuite.websockets.autobahn.AutobahnServer</mainClass> <mainClass>io.netty.testsuite.websockets.autobahn.AutobahnServer</mainClass>
<cases> <cases>