We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79a14b9 + ff65808 commit 9afff6fCopy full SHA for 9afff6f
1 file changed
pom.xml
@@ -216,16 +216,9 @@
216
<plugin>
217
<groupId>org.apache.maven.plugins</groupId>
218
<artifactId>maven-gpg-plugin</artifactId>
219
- <version>3.1.0</version>
220
- <executions>
221
- <execution>
222
- <id>sign-artifacts</id>
223
- <phase>verify</phase>
224
- <goals>
225
- <goal>sign</goal>
226
- </goals>
227
- </execution>
228
- </executions>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
229
</plugin>
230
231
0 commit comments