File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 48
48
</execution >
49
49
</executions >
50
50
</plugin >
51
+ <plugin >
52
+ <groupId >org.apache.maven.plugins</groupId >
53
+ <artifactId >maven-javadoc-plugin</artifactId >
54
+ <version >3.11.3</version >
55
+ <configuration >
56
+ <!-- required in order to avoid build failure on assembly: -->
57
+ <detectOfflineLinks >false</detectOfflineLinks >
58
+ </configuration >
59
+ </plugin >
51
60
</plugins >
52
61
</build >
53
62
</project >
Original file line number Diff line number Diff line change 378
378
</goals >
379
379
</execution >
380
380
</executions >
381
- <configuration >
382
- <encoding >UTF-8</encoding >
383
- <docencoding >UTF-8</docencoding >
384
- <charset >UTF-8</charset >
385
- </configuration >
386
381
</plugin >
387
382
<plugin >
388
383
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments