File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 220220 </execution >
221221 </executions >
222222 </plugin >
223+ <plugin >
224+ <groupId >org.apache.maven.plugins</groupId >
225+ <artifactId >maven-source-plugin</artifactId >
226+ <version >3.0.1</version >
227+ <executions >
228+ <execution >
229+ <id >attach-sources</id >
230+ <goals >
231+ <goal >jar-no-fork</goal >
232+ </goals >
233+ </execution >
234+ </executions >
235+ </plugin >
236+ <plugin >
237+ <groupId >org.apache.maven.plugins</groupId >
238+ <artifactId >maven-javadoc-plugin</artifactId >
239+ <version >3.0.0</version >
240+ <executions >
241+ <execution >
242+ <id >attach-javadocs</id >
243+ <goals >
244+ <goal >jar</goal >
245+ </goals >
246+ <configuration >
247+ <doclint >none</doclint >
248+ </configuration >
249+ </execution >
250+ </executions >
251+ </plugin >
223252 <plugin >
224253 <groupId >org.apache.maven.plugins</groupId >
225254 <artifactId >maven-surefire-plugin</artifactId >
256285 </execution >
257286 </executions >
258287 </plugin >
288+ <plugin >
289+ <groupId >org.apache.maven.plugins</groupId >
290+ <artifactId >maven-gpg-plugin</artifactId >
291+ <version >1.6</version >
292+ <executions >
293+ <execution >
294+ <id >sign-artifacts</id >
295+ <phase >verify</phase >
296+ <goals >
297+ <goal >sign</goal >
298+ </goals >
299+ </execution >
300+ </executions >
301+ </plugin >
259302 </plugins >
260303 </build >
261304</project >
You can’t perform that action at this time.
0 commit comments