From c34e104c00540438c8944957cfdb2d67a700de18 Mon Sep 17 00:00:00 2001
From: Matt Wise <wsmatth@amazon.com>
Date: Tue, 10 Nov 2020 16:27:42 -0600
Subject: [PATCH] copy parent pom to dist

---
 testing/legal-test-aws/build-aws/prepare-dist.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testing/legal-test-aws/build-aws/prepare-dist.sh b/testing/legal-test-aws/build-aws/prepare-dist.sh
index 0366b1b7b..399037b4c 100755
--- a/testing/legal-test-aws/build-aws/prepare-dist.sh
+++ b/testing/legal-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 ./testing/pom.xml "${OUTPUT_DIR}/testing"
\ No newline at end of file
-- 
GitLab