Skip to content

Commit 8c1babf

Browse files
author
mrrtree
authored
chore: add sign plugin in pom.xml (#41)
1 parent 71d6c28 commit 8c1babf

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,4 +500,28 @@
500500
</resources>
501501
</build>
502502

503+
<profiles>
504+
<profile>
505+
<id>deploy</id>
506+
<build>
507+
<plugins>
508+
<plugin>
509+
<groupId>org.apache.maven.plugins</groupId>
510+
<artifactId>maven-gpg-plugin</artifactId>
511+
<version>1.5</version>
512+
<executions>
513+
<execution>
514+
<id>sign-artifacts</id>
515+
<phase>verify</phase>
516+
<goals>
517+
<goal>sign</goal>
518+
</goals>
519+
</execution>
520+
</executions>
521+
</plugin>
522+
</plugins>
523+
</build>
524+
</profile>
525+
</profiles>
526+
503527
</project>

0 commit comments

Comments
 (0)