Skip to content

Commit 790da22

Browse files
committed
add maven-gpg-plugin
1 parent 1d79dce commit 790da22

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

+14
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,20 @@
127127
<configFile>https://www.codelibs.org/assets/formatter/eclipse-formatter-1.0.xml</configFile>
128128
</configuration>
129129
</plugin>
130+
<plugin>
131+
<groupId>org.apache.maven.plugins</groupId>
132+
<artifactId>maven-gpg-plugin</artifactId>
133+
<version>3.2.7</version>
134+
<executions>
135+
<execution>
136+
<id>sign-artifacts</id>
137+
<phase>verify</phase>
138+
<goals>
139+
<goal>sign</goal>
140+
</goals>
141+
</execution>
142+
</executions>
143+
</plugin>
130144
<plugin>
131145
<groupId>org.sonatype.central</groupId>
132146
<artifactId>central-publishing-maven-plugin</artifactId>

0 commit comments

Comments
 (0)