Skip to content

Commit c355e3e

Browse files
committed
Updated pom for release
1 parent ea661bd commit c355e3e

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

pom.xml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
<scm>
1717
<url>https://github.com/TooTallNate/Java-WebSocket</url>
1818
</scm>
19-
<distributionManagement>
20-
<snapshotRepository>
21-
<id>ossrh</id>
22-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
23-
</snapshotRepository>
24-
</distributionManagement>
2519
<build>
2620
<sourceDirectory>src/main/java</sourceDirectory>
2721
<plugins>
@@ -62,6 +56,20 @@
6256
</execution>
6357
</executions>
6458
</plugin>
59+
<plugin>
60+
<groupId>org.apache.maven.plugins</groupId>
61+
<artifactId>maven-gpg-plugin</artifactId>
62+
<version>1.5</version>
63+
<executions>
64+
<execution>
65+
<id>sign-artifacts</id>
66+
<phase>verify</phase>
67+
<goals>
68+
<goal>sign</goal>
69+
</goals>
70+
</execution>
71+
</executions>
72+
</plugin>
6573
</plugins>
6674
</build>
6775
<dependencies>

0 commit comments

Comments
 (0)