Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
6ea95b76
Commit
6ea95b76
authored
Nov 11, 2020
by
Matt Wise
Browse files
add parent testing pom to dist
parent
a9f6fccc
Pipeline
#15177
failed with stages
in 26 minutes and 11 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
testing/notification-test-aws/build-aws/prepare-dist.sh
View file @
6ea95b76
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment