From 6ea95b7681cb07936581cef79c37f429840295c5 Mon Sep 17 00:00:00 2001 From: Matt Wise <wsmatth@amazon.com> Date: Wed, 11 Nov 2020 09:39:54 -0600 Subject: [PATCH] add parent testing pom to dist --- testing/notification-test-aws/build-aws/prepare-dist.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/testing/notification-test-aws/build-aws/prepare-dist.sh b/testing/notification-test-aws/build-aws/prepare-dist.sh index 4901fec99..7d5a51809 100755 --- a/testing/notification-test-aws/build-aws/prepare-dist.sh +++ b/testing/notification-test-aws/build-aws/prepare-dist.sh @@ -44,4 +44,7 @@ cp "$INTEGRATION_TEST_SOURCE_DIR_AWS"/target/dependency/* "${INTEGRATION_TEST_OU (cd "${INTEGRATION_TEST_OUTPUT_BIN_DIR}" && ls *.jar | sed -e 's/\.jar$//' | xargs -I {} echo mvn install:install-file -Dfile={}.jar -DpomFile={}.pom >> install-deps.sh) 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}"/ \ No newline at end of file +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