branch develop updated (120d829 -> 7d4f4a9)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jredmine. See https://gitlab.nuiton.org/nuiton/jredmine.git from 120d829 Optimize dependencies new 7d4f4a9 Fix tests class loading pb The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 7d4f4a91305be1e4d9bece3d5b5eabe506cc96a0 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Sep 12 21:24:58 2016 +0200 Fix tests class loading pb Summary of changes: jredmine-maven-plugin/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm