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)
commite8d742a9988f62bf7413243ae28b1d4eafc2ffe5
tree174e366b7b5a17051fccda9f1f83f06ed37bfcbf
parent6bac0214aaf54a65c1da18c322519cb2506ac9d9
Workaround for MNG-3328

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).
pom.xml