File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 281281 </archive >
282282 </configuration >
283283 </plugin >
284- <plugin >
285- <artifactId >maven-javadoc-plugin</artifactId >
286- <version >${maven-javadoc.version} </version >
287- <executions >
288- <execution >
289- <id >attach-javadoc</id >
290- <phase >package</phase >
291- <goals >
292- <goal >jar</goal >
293- </goals >
294- </execution >
295- </executions >
296- <configuration >
297- <doclint >none</doclint >
298- </configuration >
299- </plugin >
300- <plugin >
301- <artifactId >maven-source-plugin</artifactId >
302- <version >${maven-source.version} </version >
303- <executions >
304- <execution >
305- <id >attach-sources</id >
306- <phase >package</phase >
307- <goals >
308- <goal >jar-no-fork</goal >
309- </goals >
310- </execution >
311- </executions >
312- </plugin >
313284 <!-- deploy -->
314285 <plugin >
315286 <groupId >org.sonatype.central</groupId >
You can’t perform that action at this time.
0 commit comments