Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 3ac301b

Browse files
committed
Update pom.xml
1 parent 80f9dc7 commit 3ac301b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,33 @@
8989
</configuration>
9090
</plugin>
9191

92+
<plugin>
93+
<groupId>org.sonatype.plugins</groupId>
94+
<artifactId>nexus-staging-maven-plugin</artifactId>
95+
<version>1.6.8</version>
96+
<extensions>true</extensions>
97+
<configuration>
98+
<serverid>ossrh</serverid>
99+
<nexusurl>https://oss.sonatype.org/</nexusurl>
100+
<autoreleaseafterclose>true</autoreleaseafterclose>
101+
</configuration>
102+
</plugin>
103+
104+
<plugin>
105+
<groupId>org.apache.maven.plugins</groupId>
106+
<artifactId>maven-gpg-plugin</artifactId>
107+
<version>1.6</version>
108+
<executions>
109+
<execution>
110+
<id>sign-artifacts</id>
111+
<phase>verify</phase>
112+
<goals>
113+
<goal>sign</goal>
114+
</goals>
115+
</execution>
116+
</executions>
117+
</plugin>
118+
92119
<!-- tests -->
93120
<plugin>
94121
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)