You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/09/14 11:24:34 UTC

ignite git commit: WIP.

Repository: ignite
Updated Branches:
  refs/heads/ignite-3661 f05a214e8 -> 71fbcad8a


WIP.


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/71fbcad8
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/71fbcad8
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/71fbcad8

Branch: refs/heads/ignite-3661
Commit: 71fbcad8a945f91b21207d6758140cd1fc185196
Parents: f05a214
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Wed Sep 14 14:24:27 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Wed Sep 14 14:24:27 2016 +0300

----------------------------------------------------------------------
 pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/71fbcad8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 28f8a99..dd41cc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,6 @@
         <module>modules/web/ignite-websphere-test</module>
         <module>modules/cassandra</module>
         <module>modules/flink</module>
-        <module>modules/ignored-tests</module>
     </modules>
 
     <profiles>
@@ -497,6 +496,16 @@
         </profile>
 
         <profile>
+            <id>ignored-tests</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
+            <modules>
+                <module>modules/ignored-tests</module>
+            </modules>
+        </profile>
+
+        <profile>
             <id>examples</id>
             <modules>
                 <module>examples</module>