Create tool task that checks Mock fields of test classes

This commit is contained in:
ljacqu
2016-05-21 11:54:54 +02:00
parent 6af65e6cd4
commit 53043ddc0d
7 changed files with 180 additions and 9 deletions
@@ -12,6 +12,9 @@ public final class ToolsConstants {
public static final String MAIN_RESOURCES_ROOT = "src/main/resources/";
// Add specific `fr.xephi.authme` package as not to include the tool tasks in the `tools` package
public static final String TEST_SOURCE_ROOT = "src/test/java/fr/xephi/authme";
public static final String TOOLS_SOURCE_ROOT = "src/test/java/tools/";
public static final String DOCS_FOLDER = "docs/";