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:
parent
f85583047e
commit
1176d10ebc
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user