Workaround for MNG-3328
authorJakub Skoczen <jakub@indexdata.dk>
Mon, 31 Mar 2014 12:22:25 +0000 (14:22 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Mon, 31 Mar 2014 12:22:25 +0000 (14:22 +0200)
Maven profile activation is buggy and evaluates criteria as an ORed list.
Thus it's impossible to match environment for jdk > 1.6 AND os.family = mac

This workaround uses the java.vm.vendor property which is 'Apple Inc.' only
for apple provided JDKs (mac only and jdk < 1.7).


No differences found