On 10/10/12 14:06, Simon Helsen wrote:
maven version: 3.0.3 (I guess I could upgrade to 3.0.4, which seems to be
the latest)

I'm running 3.0.4 (although my instinct is that this is not the issue because the error includes "maven-assembly-plugin:2.2.1" which is the same). No idea currently where the .* comes from.


The IBM JRE can be detected like this:

private boolean isIBMJRE() {
         String vmName = System.getProperty("java.vm.name");
         return vmName != null && vmName.equals("IBM J9 VM");
}


Thanks - I've tweaked the test so it catches NPE and warns, but does not cause a test failure.

If it is fixed so as to throw IllegalStateException, the test is silent.

        Andy

Reply via email to