Skip to content

Commit f58ebe2

Browse files
committedAug 19, 2022
another release fix
Signed-off-by: Lee Surprenant <lmsurpre@merative.com>
1 parent cd709ac commit f58ebe2

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)
Please sign in to comment.