File tree Expand file tree Collapse file tree 1 file changed +16
-26
lines changed
Expand file tree Collapse file tree 1 file changed +16
-26
lines changed Original file line number Diff line number Diff line change 370370 </execution >
371371 </executions >
372372 </plugin >
373- <plugin >
374- <groupId >org.apache.maven.plugins</groupId >
375- <artifactId >maven-javadoc-plugin</artifactId >
376- <version >3.2.0</version >
377- <executions >
378- <execution >
379- <id >attach-javadocs</id >
380- <goals >
381- <goal >jar</goal >
382- </goals >
383- </execution >
384- </executions >
385- <configuration >
386- <sourcepath >${project.build.sourceDirectory} :${project.build.directory} /generated-sources/annotations</sourcepath >
387- <additionalDependencies >
388- <additionalDependency >
389- <groupId >javax.annotation</groupId >
390- <artifactId >javax.annotation-api</artifactId >
391- <version >1.3.2</version >
392- </additionalDependency >
393-
394- </additionalDependencies >
395- <doclint >none</doclint >
396- </configuration >
397-
398- </plugin >
399373 <plugin >
400374 <groupId >org.sonatype.plugins</groupId >
401375 <artifactId >nexus-staging-maven-plugin</artifactId >
529503 </execution >
530504 </executions >
531505 </plugin >
506+ <plugin >
507+ <groupId >org.apache.maven.plugins</groupId >
508+ <artifactId >maven-javadoc-plugin</artifactId >
509+ <executions >
510+ <execution >
511+ <id >attach-javadocs</id >
512+ <goals >
513+ <goal >jar</goal >
514+ </goals >
515+ </execution >
516+ </executions >
517+ <configuration >
518+ <release >11</release >
519+ <doclint >none</doclint >
520+ </configuration >
521+ </plugin >
532522 </plugins >
533523 </build >
534524</project >
You can’t perform that action at this time.
0 commit comments