From 093791e82dfe7c3e16ddb1f199fede2cf86b6797 Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Mon, 21 Sep 2015 21:57:51 -0700 Subject: [PATCH] Test: Move a couple more rest-api-spec resource dirs into resources A couple were left behind. This fixes them and cleans up the test resources for qa tests a little bit. --- qa/pom.xml | 37 +------------------ .../test/smoke_test_multinode/10_basic.yaml | 0 .../test/smoke_test_plugins/10_basic.yaml | 0 3 files changed, 1 insertion(+), 36 deletions(-) rename qa/smoke-test-multinode/{ => src/test/resources}/rest-api-spec/test/smoke_test_multinode/10_basic.yaml (100%) rename qa/smoke-test-plugins/{ => src/test/resources}/rest-api-spec/test/smoke_test_plugins/10_basic.yaml (100%) diff --git a/qa/pom.xml b/qa/pom.xml index e6bda144ebb..7cc28fe622e 100644 --- a/qa/pom.xml +++ b/qa/pom.xml @@ -38,47 +38,12 @@ - - - src/main/resources - true - - **/*.properties - - - - - - src/test/java - - **/*.json - **/*.txt - - - - src/test/resources - - elasticsearch.yml - **/*.properties - - src/test/resources true - elasticsearch.yml - **/*.properties - - - - - ${project.basedir}/rest-api-spec - true - rest-api-spec - - api/*.json - test/**/*.yaml + rest-api-spec/**