From 99b4a1898f0c3533062263cda18b456f099ee2cf Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Mon, 19 Dec 2016 10:08:42 +0100 Subject: Add test resources path `src/test/resources` to project configuration --- build.moxie | 1 + 1 file changed, 1 insertion(+) (limited to 'build.moxie') diff --git a/build.moxie b/build.moxie index e84ab401..5cb08b68 100644 --- a/build.moxie +++ b/build.moxie @@ -66,6 +66,7 @@ sourceDirectories: resourceDirectories: - compile 'src/main/resources' +- test 'src/test/resources' - site 'src/site/resources' # compile for Java 7 class format -- cgit v1.2.3