mojohaus / nbm-maven-plugin

moved to https://github.com/apache/incubator-netbeans-mavenutils/
http://www.mojohaus.org/nbm-maven-plugin/
24 stars 19 forks source link

issue during integration test #33

Open ebarboni opened 6 years ago

ebarboni commented 6 years ago

Hi, The following occurs during integration test build on codeship: ........org-openide-filesystems-RELEASE82.nbm java.io.IOException: Corrupted pack file: magic/ver = CAFED00D/171.0 should be CAFED00D/150.7 OR CAFED00D/160.1

codeship default jdk is version 7; changing the jdk to version 8 make test pass (only tested on debug mode). I change the setup on codeship to switch build to jdk8.