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 370
370
</execution >
371
371
</executions >
372
372
</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 >
399
373
<plugin >
400
374
<groupId >org.sonatype.plugins</groupId >
401
375
<artifactId >nexus-staging-maven-plugin</artifactId >
529
503
</execution >
530
504
</executions >
531
505
</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 >
532
522
</plugins >
533
523
</build >
534
524
</project >
You can’t perform that action at this time.
0 commit comments