File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ function build_all {
86
86
cmr install coll-renderer-gems && \
87
87
cmr install orbits-gems && \
88
88
cmr install local spatial_plugin && \
89
+ mv ./es-spatial-plugin/target/cmr-es-spatial-plugin-* -SNAPSHOT.zip . && \
89
90
if [ " $CMR_DEV_SYSTEM_DB_TYPE " = " external" ] ; then
90
91
(cd $CMR_DIR && cmr setup db )
91
92
if [ $? -ne 0 ] ; then
@@ -96,7 +97,8 @@ function build_all {
96
97
if [ " $CMR_BUILD_UBERJARS " = " true" ] ; then
97
98
build_uberjars
98
99
fi
99
- build_uberjar_proj dev-system
100
+ build_uberjar_proj dev-system && \
101
+ mv ./cmr-es-spatial-plugin-* -SNAPSHOT.zip ./es-spatial-plugin/target
100
102
}
101
103
102
104
function oracle_download_instructions () {
Original file line number Diff line number Diff line change @@ -97,8 +97,7 @@ function install_local_spatial_plugin () {
97
97
lein package-es-plugin && \
98
98
cp target/cmr-es-spatial-plugin-0.1.0-SNAPSHOT.zip $CMR_DIR /dev-system/resources/elasticsearch/plugins/cmr_spatial/ && \
99
99
cd $CMR_DIR /dev-system/resources/elasticsearch/plugins/cmr_spatial/ &&
100
- unzip cmr-es-spatial-plugin-0.1.0-SNAPSHOT.zip && \
101
- rm cmr-es-spatial-plugin-0.1.0-SNAPSHOT.zip)
100
+ unzip cmr-es-spatial-plugin-0.1.0-SNAPSHOT.zip)
102
101
}
103
102
104
103
function mvn_oralib_install () {
You can’t perform that action at this time.
0 commit comments