File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ limitations under the License.
6969 <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
7070 </repository >
7171 </distributionManagement >
72- <!-- release with: mvn clean deploy -P release-sign-artifacts-->
72+ <!-- release with: export GPG_TTY=$(tty); mvn clean deploy -P release-sign-artifacts -->
7373 <profiles >
7474 <profile >
7575 <id >release-sign-artifacts</id >
Original file line number Diff line number Diff line change 6161 <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
6262 </repository >
6363 </distributionManagement >
64- <!-- release with: mvn clean deploy -P release-sign-artifacts-->
64+ <!-- release with: export GPG_TTY=$(tty); mvn clean deploy -P release-sign-artifacts -->
6565 <profiles >
6666 <profile >
6767 <id >release-sign-artifacts</id >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ limitations under the License.
7676 <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
7777 </repository >
7878 </distributionManagement >
79- <!-- release with: mvn clean deploy -P release-sign-artifacts-->
79+ <!-- release with: export GPG_TTY=$(tty); mvn clean deploy -P release-sign-artifacts -->
8080 <profiles >
8181 <profile >
8282 <id >release-sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments