You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2014/11/13 16:27:30 UTC

directory-fortress-core git commit: add test resources to classpath for pom so junit tests can run

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 5486a8dc5 -> 15ce164cf


add test resources to classpath for pom so junit tests can run


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/15ce164c
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/15ce164c
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/15ce164c

Branch: refs/heads/master
Commit: 15ce164cf314e64540b0763a3b1be487f1147bde
Parents: 5486a8d
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Nov 13 09:27:17 2014 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Nov 13 09:27:17 2014 -0600

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/15ce164c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 976e517..7035da7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -656,6 +656,12 @@
             </plugin>
 
         </plugins>
+
+        <testResources>
+            <testResource>
+                <directory>${project.basedir}/config</directory>
+            </testResource>
+        </testResources>
     </build>
 
     <profiles>