File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 </execution >
4747 </executions >
4848 </plugin >
49- <plugin >
50- <groupId >org.apache.maven.plugins</groupId >
51- <artifactId >maven-javadoc-plugin</artifactId >
52- <version >2.9</version >
53- <executions >
54- <execution >
55- <id >attach-javadocs</id >
56- <goals >
57- <goal >jar</goal >
58- </goals >
59- </execution >
60- </executions >
61- </plugin >
6249 </plugins >
6350 </build >
6451 <developers >
8774 <url >http://github.com/TooTallNate/Java-WebSocket/blob/master/LICENSE</url >
8875 </license >
8976 </licenses >
90- <profiles >
91- <profile >
92- <id >release-sign-artifacts</id >
93- <activation >
94- <property ><name >performRelease</name ><value >true</value ></property >
95- </activation >
96- <build >
97- <plugins >
98- <plugin >
99- <groupId >org.apache.maven.plugins</groupId >
100- <artifactId >maven-gpg-plugin</artifactId >
101- <version >1.1</version >
102- <executions >
103- <execution >
104- <id >sign-artifacts</id >
105- <phase >verify</phase >
106- <goals >
107- <goal >sign</goal >
108- </goals >
109- </execution >
110- </executions >
111- <configuration >
112- <keyname >rohmer.david@gmail.com</keyname >
113- </configuration >
114- </plugin >
115- </plugins >
116- </build >
117- </profile >
118- </profiles >
11977</project >
You can’t perform that action at this time.
0 commit comments