File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 destination : ./page
4545 - if : github.ref == 'refs/heads/main'
4646 run : |
47- mkdir -p _site/apidocs _site/coverage
4847 cp -r page/. _site/
49- cp -r target/reports/apidocs/. _site/apidocs/
48+ mkdir -p _site/coverage
5049 cp -r target/site/jacoco/. _site/coverage/
5150 - uses : actions/upload-pages-artifact@v5
5251 if : github.ref == 'refs/heads/main'
Original file line number Diff line number Diff line change 201201 <autoPublish >true</autoPublish >
202202 </configuration >
203203 </plugin >
204+ <plugin >
205+ <groupId >org.apache.maven.plugins</groupId >
206+ <artifactId >maven-javadoc-plugin</artifactId >
207+ <version >3.12.0</version >
208+ <configuration >
209+ <sourcepath >${delombok.output} </sourcepath >
210+ <doclint >none</doclint >
211+ </configuration >
212+ <executions >
213+ <execution >
214+ <id >attach-javadocs</id >
215+ <goals >
216+ <goal >jar</goal >
217+ </goals >
218+ </execution >
219+ </executions >
220+ </plugin >
204221 </plugins >
205222 </pluginManagement >
206223 <plugins >
255272 </execution >
256273 </executions >
257274 </plugin >
258- <plugin >
259- <groupId >org.apache.maven.plugins</groupId >
260- <artifactId >maven-javadoc-plugin</artifactId >
261- <version >3.11.2</version >
262- <configuration >
263- <sourcepath >${delombok.output} </sourcepath >
264- <doclint >none</doclint >
265- </configuration >
266- <executions >
267- <execution >
268- <id >attach-javadocs</id >
269- <goals >
270- <goal >jar</goal >
271- </goals >
272- </execution >
273- </executions >
274- </plugin >
275275 <plugin >
276276 <groupId >org.apache.maven.plugins</groupId >
277277 <artifactId >maven-enforcer-plugin</artifactId >
421421 <groupId >org.apache.maven.plugins</groupId >
422422 <artifactId >maven-gpg-plugin</artifactId >
423423 </plugin >
424+ <plugin >
425+ <groupId >org.apache.maven.plugins</groupId >
426+ <artifactId >maven-javadoc-plugin</artifactId >
427+ </plugin >
424428 <plugin >
425429 <groupId >org.sonatype.central</groupId >
426430 <artifactId >central-publishing-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments