IGNITE-8520 ignite-gce/ignite-shmem is redundant Signed-off-by: Andrey Gura <[email protected]>
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 <[email protected]> Authored: Fri May 18 16:22:14 2018 +0300 Committer: Andrey Gura <[email protected]> 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>
