Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add maven export
  • Loading branch information
Neenu1995 committed Jan 25, 2022
commit 54201776d9f736c7099d48cd16894ad2224fa8ce
8 changes: 5 additions & 3 deletions .kokoro/downstream-client-library-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ scriptDir=$(realpath $(dirname "${BASH_SOURCE[0]}"))
## cd to the parent directory, i.e. the root of the git repo
cd ${scriptDir}/..

export MAVEN_OPTS=$(determineMavenOpts)

# Make java core library artifacts available for 'mvn install' at the bottom
retry_with_backoff 3 10 \
mvn install -B -V -ntp \
mvn install -B -V -ntp -fae \
-DskipTests=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true
Expand Down Expand Up @@ -58,7 +60,7 @@ EOF
# run dependencies script
cd ..
retry_with_backoff 3 10 \
mvn install -B -V -ntp \
mvn install -B -V -ntp -fae\
-DskipTests=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true \
Expand Down Expand Up @@ -96,7 +98,7 @@ if [[ $CLIENT_LIBRARY == "bigtable" ]]; then
fi

retry_with_backoff 3 10 \
mvn install -B -V -ntp \
mvn install -B -V -ntp -fae\
-DskipTests=true \
-Dmaven.javadoc.skip=true \
-Dgcloud.download.skip=true \
Expand Down