From d54cf876cbe21dc7b2618f387a32b043d4c40b1f Mon Sep 17 00:00:00 2001 From: Areek Zillur Date: Tue, 7 Jul 2015 18:02:30 -0400 Subject: [PATCH] skip integ tests for non-plugin modules Original commit: elastic/x-pack-elasticsearch@99c59300f16a11729db974ba5f0d5472c420af03 --- core-shaded/pom.xml | 2 ++ core/pom.xml | 2 ++ licensor/pom.xml | 2 ++ plugin-api/pom.xml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/core-shaded/pom.xml b/core-shaded/pom.xml index dabcd067499..fb92c0da940 100644 --- a/core-shaded/pom.xml +++ b/core-shaded/pom.xml @@ -14,6 +14,8 @@ ${project.parent.basedir} warn + + true diff --git a/core/pom.xml b/core/pom.xml index 006c06f208d..edd236459ae 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -10,6 +10,8 @@ 4.0.0 ${project.parent.basedir} + + true elasticsearch-license-core diff --git a/licensor/pom.xml b/licensor/pom.xml index 96952925de9..05d951ba74f 100644 --- a/licensor/pom.xml +++ b/licensor/pom.xml @@ -15,6 +15,8 @@ ${project.parent.basedir} ${basedir}/src/main/assemblies/exec.xml true + + true diff --git a/plugin-api/pom.xml b/plugin-api/pom.xml index 627467212f6..04205bd80fb 100644 --- a/plugin-api/pom.xml +++ b/plugin-api/pom.xml @@ -12,6 +12,8 @@ elasticsearch-license-plugin-api ${project.parent.basedir} + + true