You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by ta...@apache.org on 2016/03/22 22:50:26 UTC

deltaspike git commit: DELTASPIKE-1047 Fixed Data Module tests

Repository: deltaspike
Updated Branches:
  refs/heads/master 9fbb88be9 -> 165280ed3


DELTASPIKE-1047 Fixed Data Module tests

Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/165280ed
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/165280ed
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/165280ed

Branch: refs/heads/master
Commit: 165280ed3cf8695d697adcc139eaad414d7366bc
Parents: 9fbb88b
Author: Thomas Andraschko <ta...@apache.org>
Authored: Tue Mar 22 22:50:19 2016 +0100
Committer: Thomas Andraschko <ta...@apache.org>
Committed: Tue Mar 22 22:50:19 2016 +0100

----------------------------------------------------------------------
 deltaspike/modules/data/impl/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/165280ed/deltaspike/modules/data/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/data/impl/pom.xml b/deltaspike/modules/data/impl/pom.xml
index ddbedaf..5edbad6 100755
--- a/deltaspike/modules/data/impl/pom.xml
+++ b/deltaspike/modules/data/impl/pom.xml
@@ -283,6 +283,19 @@
             </dependencies>
         </profile>
         <profile>
+            <id>tomee7-build-managed</id>
+            <build>
+                <testResources>
+                    <testResource>
+                        <directory>src/test/resources</directory>
+                    </testResource>
+                    <testResource>
+                        <directory>src/test/resources-openejb</directory>
+                    </testResource>
+                </testResources>
+            </build>
+        </profile>
+        <profile>
             <id>wls-remote-12c</id>
             <build>
                 <testResources>