Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 1f282c40f -> 3328cda93
IGNITE-843 Fixed artifact id in pom. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3328cda9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3328cda9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/3328cda9 Branch: refs/heads/ignite-843 Commit: 3328cda934b5c58130380c2ca4bf1ffb7649d3f5 Parents: 1f282c4 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Wed Aug 5 15:28:44 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Wed Aug 5 15:28:44 2015 +0700 ---------------------------------------------------------------------- modules/control-center-agent/pom.xml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3328cda9/modules/control-center-agent/pom.xml ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/pom.xml b/modules/control-center-agent/pom.xml index 733c00e..ef99ccb 100644 --- a/modules/control-center-agent/pom.xml +++ b/modules/control-center-agent/pom.xml @@ -30,7 +30,7 @@ <relativePath>../../parent</relativePath> </parent> - <artifactId>control-center-agent</artifactId> + <artifactId>ignite-control-center-agent</artifactId> <version>1.4.1-SNAPSHOT</version> <properties> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3328cda9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c23293a..50c7c35 100644 --- a/pom.xml +++ b/pom.xml @@ -743,6 +743,7 @@ <id>control-center</id> <modules> <module>modules/control-center-agent</module> + <module>modules/control-center-web</module> <module>modules/schema-import-db</module> </modules> </profile>