Merged
Show file tree
Hide file tree
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
fix: release scripts from issuing overlapping phases
`mvn deploy` will run `mvn install` so specifying `mvn install deploy` is redundant at best. At worst, it will cause plugins like maven-shade-plugin to be executed twice re-shading itself

Source-Author: Igor Bernstein <[email protected]>
Source-Date: Wed Apr 14 13:16:03 2021 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d
Source-Link: googleapis/synthtool@8285c2b
  • Loading branch information
@yoshi-automation
yoshi-automation committedApr 14, 2021
commit d14336f8749d10d06c81f7ad17bca8eac91040c1
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,7 @@ grep SNAPSHOT versions.txt
setup_environment_secrets
create_settings_xml_file "settings.xml"

mvn clean install deploy -B \
mvn clean deploy -B \
--settings ${MAVEN_SETTINGS_FILE} \
-DperformRelease=true \
-Dgpg.executable=gpg \
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://.com/googleapis/java-spanner.git",
"sha": "a04d619e7be870371272738c2ddfdcddb0332830"
"sha": "1d4eed45eb0b09c816912977393ff7a551eb82d6"
}
},
{
Expand All@@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://.com/googleapis/synthtool.git",
"sha": "082e1ca0863b13ada8594fe91845380765da5b70"
"sha": "8285c2b4cdbc3771d031ad91e1c4ec9e55fff45d"
}
}
],
Expand Down