We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23434f7 commit 0180903Copy full SHA for 0180903
1 file changed
pom.xml
@@ -205,21 +205,7 @@
205
</executions>
206
</plugin>
207
208
- <!-- Maven GPG Plugin for signing releases -->
209
- <plugin>
210
- <groupId>org.apache.maven.plugins</groupId>
211
- <artifactId>maven-gpg-plugin</artifactId>
212
- <version>3.1.0</version>
213
- <executions>
214
- <execution>
215
- <id>sign-artifacts</id>
216
- <phase>verify</phase>
217
- <goals>
218
- <goal>sign</goal>
219
- </goals>
220
- </execution>
221
- </executions>
222
- </plugin>
+
223
</plugins>
224
</build>
225
0 commit comments