File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments