Skip to content

Commit 08517d2

Browse files
committed
update deploy doc
1 parent c0ad366 commit 08517d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

accessors-smart/pom.xml

+1-1
Original file line numberDiff line numberDiff 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>

json-smart-action/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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>

json-smart/pom.xml

+1-1
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)