Skip to content

Commit 8ee625d

Browse files
committed
Revert artifacts signature removal.
1 parent dd00f89 commit 8ee625d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,21 @@
320320
<skip>true</skip>
321321
</configuration>
322322
</plugin>
323+
<!-- To sign the artifacts -->
324+
<plugin>
325+
<groupId>org.apache.maven.plugins</groupId>
326+
<artifactId>maven-gpg-plugin</artifactId>
327+
<version>${maven-gpg-plugin.version}</version>
328+
<executions>
329+
<execution>
330+
<id>sign-artifacts</id>
331+
<phase>verify</phase>
332+
<goals>
333+
<goal>sign</goal>
334+
</goals>
335+
</execution>
336+
</executions>
337+
</plugin>
323338
<plugin>
324339
<groupId>org.apache.maven.plugins</groupId>
325340
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)