Skip to content
Dmitry Bedrin edited this page Oct 11, 2020 · 3 revisions

Building

Sniffy is built using JDK8+ and Maven 3.2+ - just checkout the project and type mvn install JDK8+ is required only for building the project - you can use Sniffy with any JRE 1.6+

If you are using IntelliJ Idea just import the Maven module. However keep in mind that Idea does not support different language levels for main code and test code, so it is set to Java 1.8 for all code, but Sniffy is compiled for Java 1.6. So you won't see some of the errors in Idea while Maven build will fail.

UI part of Sniffy is maintained in a separate repository sniffy-ui Sniffy Chrome extension has its own repository as well sniffy-chrome-extension

Clone this wiki locally