Skip usage of Japicmp maven plugin for now

Motivation:

We did not release any version of netty 5 yet so we need to skip the usage of the Japicmp plugin.

Modifications:

Skip plugin execution

Result:

Build works
This commit is contained in:
Norman Maurer 2019-05-22 11:04:52 +02:00
parent f85583047e
commit 1176d10ebc
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@
<skipAutobahnTestsuite>false</skipAutobahnTestsuite>
<skipHttp2Testsuite>false</skipHttp2Testsuite>
<!-- Skip for now as we have no version released yet of netty 5 -->
<skipJapicmp>false</skipJapicmp>
<skipJapicmp>true</skipJapicmp>
<graalvm.version>1.0.0-rc15</graalvm.version>
<!-- By default skip native testsuite as it requires a custom environment with graalvm installed -->
<skipNativeImageTestsuite>true</skipNativeImageTestsuite>