We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6284c9 commit caafd28Copy full SHA for caafd28
affinity/pom.xml
@@ -210,19 +210,11 @@
210
211
<id>sign-artifact</id>
212
213
- <properties>
214
- <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
215
- <repositoryId>sonatype_oss</repositoryId>
216
- </properties>
217
-
218
<build>
219
<plugins>
220
<plugin>
221
<groupId>org.apache.maven.plugins</groupId>
222
<artifactId>maven-gpg-plugin</artifactId>
223
- <configuration>
224
- <passphrase>${gpg.passphrase}</passphrase>
225
- </configuration>
226
<executions>
227
<execution>
228
<id>sign-artifacts</id>
0 commit comments