Skip to content

Commit 0180903

Browse files
committed
signing
1 parent 23434f7 commit 0180903

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

pom.xml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -205,21 +205,7 @@
205205
</executions>
206206
</plugin>
207207

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>
208+
223209
</plugins>
224210
</build>
225211

0 commit comments

Comments
 (0)