You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/05/24 12:51:25 UTC

[02/50] [abbrv] ignite git commit: IGNITE-8520 ignite-gce/ignite-shmem is redundant

IGNITE-8520 ignite-gce/ignite-shmem is redundant

Signed-off-by: Andrey Gura <ag...@apache.org>


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

Branch: refs/heads/ignite-5789-1
Commit: 722bb1d24faa322bb7118feb82c7c6e0698de665
Parents: 8f2eeee
Author: Ivanov Petr <pi...@gridgain.com>
Authored: Fri May 18 16:22:14 2018 +0300
Committer: Andrey Gura <ag...@apache.org>
Committed: Fri May 18 16:22:42 2018 +0300

----------------------------------------------------------------------
 modules/gce/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/722bb1d2/modules/gce/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gce/pom.xml b/modules/gce/pom.xml
index d81fea5..8f682c3 100644
--- a/modules/gce/pom.xml
+++ b/modules/gce/pom.xml
@@ -118,6 +118,7 @@
                             <outputDirectory>target/libs</outputDirectory>
                             <includeScope>runtime</includeScope>
                             <excludeTransitive>false</excludeTransitive>
+                            <excludeArtifactIds>ignite-shmem</excludeArtifactIds>
                         </configuration>
                     </execution>
                 </executions>