You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/08/05 03:15:33 UTC

[42/50] incubator-ignite git commit: IGNITE-843 Tweak pom to build agent.

IGNITE-843 Tweak pom to build agent.


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

Branch: refs/heads/ignite-843
Commit: 3bb91df37a3cacbaa7843626f2d3925270a3049d
Parents: e85b2b4
Author: AKuznetsov <ak...@gridgain.com>
Authored: Wed Aug 5 00:31:07 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Wed Aug 5 00:31:07 2015 +0700

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


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3bb91df3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a19938..c23293a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,6 @@
         <module>modules/kafka</module>
         <module>modules/yarn</module>
         <module>modules/json</module>
-        <module>modules/schema-import-db</module>
     </modules>
 
     <profiles>
@@ -635,6 +634,7 @@
             </activation>
             <modules>
                 <module>modules/schema-import</module>
+                <module>modules/schema-import-db</module>
             </modules>
             <build>
                 <plugins>
@@ -691,6 +691,7 @@
             </activation>
             <modules>
                 <module>modules/schema-import</module>
+                <module>modules/schema-import-db</module>
             </modules>
             <build>
                 <plugins>
@@ -739,6 +740,14 @@
         </profile>
 
         <profile>
+            <id>control-center</id>
+            <modules>
+                <module>modules/control-center-agent</module>
+                <module>modules/schema-import-db</module>
+            </modules>
+        </profile>
+
+        <profile>
             <id>ignite-npm</id>
             <build>
                 <plugins>