File tree 3 files changed +3
-3
lines changed
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.
69
69
<url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
70
70
</repository >
71
71
</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 -->
73
73
<profiles >
74
74
<profile >
75
75
<id >release-sign-artifacts</id >
Original file line number Diff line number Diff line change 61
61
<url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
62
62
</repository >
63
63
</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 -->
65
65
<profiles >
66
66
<profile >
67
67
<id >release-sign-artifacts</id >
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ limitations under the License.
76
76
<url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
77
77
</repository >
78
78
</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 -->
80
80
<profiles >
81
81
<profile >
82
82
<id >release-sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments