Repository: ignite
Updated Branches:
  refs/heads/ignite-2.0 233416091 -> 967582084


Special profiles to set versions and check compilation across all modules 
(all-other module added)


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

Branch: refs/heads/ignite-2.0
Commit: 967582084c803a09450b3d16d661efd13bad26ac
Parents: 2334160
Author: Anton Vinogradov <a...@apache.org>
Authored: Thu Apr 20 15:26:01 2017 +0300
Committer: Anton Vinogradov <a...@apache.org>
Committed: Thu Apr 20 15:26:01 2017 +0300

----------------------------------------------------------------------
 pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/96758208/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 45d478c..e1bb73e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,10 +102,8 @@
                 <module>modules/geospatial</module>
                 <module>modules/hibernate5</module>
                 <module>modules/hibernate</module>
-                <module>modules/ml</module>
                 <module>modules/schedule</module>
                 <module>modules/web-console/web-agent</module>
-                <module>modules/web-console</module>
                 <module>modules/yardstick</module>
             </modules>
         </profile>
@@ -124,6 +122,14 @@
         </profile>
 
         <profile>
+            <id>all-other</id> <!-- used to update project versions and check 
all modules compilation -->
+            <modules> <!-- sorted alphabetically -->
+                <module>modules/ml</module> <!-- it uses Java8 and can't be 
compiled by Java7 used to compile Ignite -->
+                <module>modules/web-console</module>
+            </modules>
+        </profile>
+
+        <profile>
             <id>test</id>
             <build>
                 <plugins>

Reply via email to