This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git commit 7d4f4a91305be1e4d9bece3d5b5eabe506cc96a0 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 12 21:24:58 2016 +0200 Fix tests class loading pb --- jredmine-maven-plugin/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jredmine-maven-plugin/pom.xml b/jredmine-maven-plugin/pom.xml index 92e9cd5..5eefa1e 100644 --- a/jredmine-maven-plugin/pom.xml +++ b/jredmine-maven-plugin/pom.xml @@ -208,6 +208,13 @@ </dependencies> <build> + + <testResources> + <testResource> + <directory>src/test/resources</directory> + <includes><include>**/*</include></includes> + </testResource> + </testResources> <pluginManagement> <plugins> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.