Skip to content

Commit

Permalink
Merge pull request #3899 from LinuxForHealth/lee-main
Browse files Browse the repository at this point in the history
another release fix
  • Loading branch information
lmsurpre authored Aug 19, 2022
2 parents cd709ac + f58ebe2 commit 12699ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/bin/30_release/0_sonatype.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export BUILD_PROFILES=" $(jq -r '.build[] | select(.type == "fhir-parent").profi
export BUILD_PROFILES="${BUILD_PROFILES},deploy-to-sonatype"
mvn package source:jar source:test-jar javadoc:jar gpg:sign deploy \
-DadditionalJOption=-Xdoclint:none \
-DretryFailedDeploymentCount=3
-DretryFailedDeploymentCount=3 \
-f fhir-parent -P "${BUILD_PROFILES}" -DskipTests

# EOF

0 comments on commit 12699ad

Please sign in to comment.