Repository: incubator-ignite Updated Branches: refs/heads/ignite-1155_1 d0871610f -> fae0422e6
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-1155_1 Commit: 3bb91df37a3cacbaa7843626f2d3925270a3049d Parents: e85b2b4 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Wed Aug 5 00:31:07 2015 +0700 Committer: AKuznetsov <akuznet...@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>