Skip to content

Commit eea48a5

Browse files
tsunghanjacktsaitsaitsung-han.tht
and
tsaitsung-han.tht
authored
Update pom.xml for Release (#261)
Co-authored-by: tsaitsung-han.tht <[email protected]>
1 parent bac2167 commit eea48a5

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

pom.xml

+25-11
Original file line numberDiff line numberDiff line change
@@ -248,17 +248,6 @@
248248
<artifactId>coveralls-maven-plugin</artifactId>
249249
<version>4.3.0</version>
250250
</plugin>
251-
<plugin>
252-
<groupId>org.sonatype.plugins</groupId>
253-
<artifactId>nexus-staging-maven-plugin</artifactId>
254-
<version>1.6.3</version>
255-
<extensions>true</extensions>
256-
<configuration>
257-
<serverId>sonatype-nexus-staging</serverId>
258-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
259-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
260-
</configuration>
261-
</plugin>
262251
</plugins>
263252
</pluginManagement>
264253

@@ -292,6 +281,31 @@
292281
<groupId>org.eluder.coveralls</groupId>
293282
<artifactId>coveralls-maven-plugin</artifactId>
294283
</plugin>
284+
<plugin>
285+
<groupId>org.sonatype.plugins</groupId>
286+
<artifactId>nexus-staging-maven-plugin</artifactId>
287+
<version>1.6.3</version>
288+
<extensions>true</extensions>
289+
<configuration>
290+
<serverId>sonatype-nexus-staging</serverId>
291+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
292+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
293+
</configuration>
294+
</plugin>
295+
<plugin>
296+
<groupId>org.apache.maven.plugins</groupId>
297+
<artifactId>maven-gpg-plugin</artifactId>
298+
<version>1.6</version>
299+
<executions>
300+
<execution>
301+
<id>sign-artifacts</id>
302+
<phase>verify</phase>
303+
<goals>
304+
<goal>sign</goal>
305+
</goals>
306+
</execution>
307+
</executions>
308+
</plugin>
295309
</plugins>
296310
</build>
297311

0 commit comments

Comments
 (0)