We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd709ac + f58ebe2 commit 12699adCopy full SHA for 12699ad
build/release/bin/30_release/0_sonatype.sh
@@ -38,7 +38,7 @@ export BUILD_PROFILES=" $(jq -r '.build[] | select(.type == "fhir-parent").profi
38
export BUILD_PROFILES="${BUILD_PROFILES},deploy-to-sonatype"
39
mvn package source:jar source:test-jar javadoc:jar gpg:sign deploy \
40
-DadditionalJOption=-Xdoclint:none \
41
- -DretryFailedDeploymentCount=3
+ -DretryFailedDeploymentCount=3 \
42
-f fhir-parent -P "${BUILD_PROFILES}" -DskipTests
43
44
# EOF
0 commit comments