From b0edf82d8ad3dc500075e00c7123da397519b017 Mon Sep 17 00:00:00 2001 From: Matt Wise <wsmatth@amazon.com> Date: Tue, 17 Nov 2020 10:22:58 -0600 Subject: [PATCH] fix int tests by copying parent pom --- testing/indexer-test-aws/build-aws/prepare-dist.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/indexer-test-aws/build-aws/prepare-dist.sh b/testing/indexer-test-aws/build-aws/prepare-dist.sh index f0451cabc..86ce9d208 100755 --- a/testing/indexer-test-aws/build-aws/prepare-dist.sh +++ b/testing/indexer-test-aws/build-aws/prepare-dist.sh @@ -29,3 +29,5 @@ chmod +x "${INTEGRATION_TEST_OUTPUT_BIN_DIR}"/install-deps.sh mvn clean -f "$INTEGRATION_TEST_SOURCE_DIR_AWS"/pom.xml cp -R "$INTEGRATION_TEST_SOURCE_DIR_AWS"/* "${INTEGRATION_TEST_OUTPUT_DIR}"/ +#copy testing parent pom to output +cp "$INTEGRATION_TEST_SOURCE_DIR/pom.xml" "${OUTPUT_DIR}/testing" \ No newline at end of file -- GitLab