Skip to content

Commit 12699ad

Browse files
authored
Merge pull request #3899 from LinuxForHealth/lee-main
another release fix
2 parents cd709ac + f58ebe2 commit 12699ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release/bin/30_release/0_sonatype.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export BUILD_PROFILES=" $(jq -r '.build[] | select(.type == "fhir-parent").profi
3838
export BUILD_PROFILES="${BUILD_PROFILES},deploy-to-sonatype"
3939
mvn package source:jar source:test-jar javadoc:jar gpg:sign deploy \
4040
-DadditionalJOption=-Xdoclint:none \
41-
-DretryFailedDeploymentCount=3
41+
-DretryFailedDeploymentCount=3 \
4242
-f fhir-parent -P "${BUILD_PROFILES}" -DskipTests
4343

4444
# EOF

0 commit comments

Comments
 (0)