animal-sniffer

has anyone got the animal sniffer plugin to work?

北慕城南 提交于 2019-12-24 01:40:29
问题 The maven-animal-sniffer plugin promises to tell me if my code has any references to Java 1.6 (or newer) APIs. This is important to those of us who develop on MacOSX Snow Leopard (which has only an official 1.6) but need to deliver to 1.5 environments. Sadly, when trying to use it, I get all Java API calls reported as violations. I'm not the only person to experience this problem, but apparently plenty of other people succeed. If someone has a working POM snippet for this purpose, it would

has anyone got the animal sniffer plugin to work?

∥☆過路亽.° 提交于 2019-12-24 01:40:05
问题 The maven-animal-sniffer plugin promises to tell me if my code has any references to Java 1.6 (or newer) APIs. This is important to those of us who develop on MacOSX Snow Leopard (which has only an official 1.6) but need to deliver to 1.5 environments. Sadly, when trying to use it, I get all Java API calls reported as violations. I'm not the only person to experience this problem, but apparently plenty of other people succeed. If someone has a working POM snippet for this purpose, it would