We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9703ad5 commit f448d9fCopy full SHA for f448d9f
pom.xml
@@ -121,7 +121,7 @@
121
</execution>
122
</executions>
123
</plugin>
124
- <plugin>
+ <!--<plugin>
125
<groupId>org.apache.maven.plugins</groupId>
126
<artifactId>maven-gpg-plugin</artifactId>
127
<version>1.5</version>
@@ -136,11 +136,11 @@
136
137
<configuration>
138
<gpgArguments>
139
- <arg>--pinentry-mode</arg>
+ <arg>--pinentry-mode</arg>
140
<arg>loopback</arg>
141
</gpgArguments>
142
</configuration>
143
- </plugin>
+ </plugin>-->
144
<plugin>
145
<groupId>org.sonatype.plugins</groupId>
146
<artifactId>nexus-staging-maven-plugin</artifactId>
0 commit comments