File tree Expand file tree Collapse file tree 4 files changed +4
-52
lines changed Expand file tree Collapse file tree 4 files changed +4
-52
lines changed Original file line number Diff line number Diff line change 30
30
31
31
- name : Generate Assembly
32
32
working-directory : spring-batch-docs
33
- run : mvn site
33
+ run : mvn assembly:single
34
34
35
35
- name : Capture project version
36
36
run : echo PROJECT_VERSION=$(mvn help:evaluate -Dexpression=project.version --quiet -DforceStdout) >> $GITHUB_ENV
Original file line number Diff line number Diff line change 147
147
<jacoco-maven-plugin .version>0.8.10</jacoco-maven-plugin .version>
148
148
<flatten-maven-plugin .version>1.5.0</flatten-maven-plugin .version>
149
149
<maven-deploy-plugin .version>3.1.1</maven-deploy-plugin .version>
150
- <asciidoctor-maven-plugin .version>2.2.4</asciidoctor-maven-plugin .version>
151
150
<maven-assembly-plugin .version>3.6.0</maven-assembly-plugin .version>
152
151
<maven-dependency-plugin .version>3.6.0</maven-dependency-plugin .version>
153
- <maven-site-plugin .version>3.12.1</maven-site-plugin .version>
154
- <maven-project-info-reports-plugin .version>3.4.5</maven-project-info-reports-plugin .version>
155
152
<maven-jar-plugin .version>3.3.0</maven-jar-plugin .version>
156
153
<spring-javaformat-maven-plugin .version>0.0.39</spring-javaformat-maven-plugin .version>
157
154
</properties >
231
228
<artifactId >maven-javadoc-plugin</artifactId >
232
229
<version >${maven-javadoc-plugin.version} </version >
233
230
<configuration >
234
- <sourcepath >src/main/java</sourcepath >
235
231
<excludePackageNames >
236
232
org.springframework.batch.sample.*
237
233
</excludePackageNames >
247
243
<goals >
248
244
<goal >jar</goal >
249
245
</goals >
250
- </execution >
251
- <execution >
252
- <id >generate-aggregate-javadocs</id >
253
- <phase >package</phase >
254
- <goals >
255
- <goal >aggregate</goal >
256
- </goals >
246
+ <configuration >
247
+ <sourcepath >src/main/java</sourcepath >
248
+ </configuration >
257
249
</execution >
258
250
</executions >
259
251
</plugin >
304
296
</execution >
305
297
</executions >
306
298
</plugin >
307
- <plugin >
308
- <groupId >org.apache.maven.plugins</groupId >
309
- <artifactId >maven-site-plugin</artifactId >
310
- <version >${maven-site-plugin.version} </version >
311
- </plugin >
312
299
<plugin >
313
300
<groupId >org.apache.maven.plugins</groupId >
314
301
<artifactId >maven-deploy-plugin</artifactId >
455
442
</developer >
456
443
</developers >
457
444
458
- <reporting >
459
- <plugins >
460
- <plugin >
461
- <groupId >org.apache.maven.plugins</groupId >
462
- <artifactId >maven-project-info-reports-plugin</artifactId >
463
- <version >${maven-project-info-reports-plugin.version} </version >
464
- <configuration >
465
- <skip >true</skip >
466
- </configuration >
467
- </plugin >
468
- </plugins >
469
- </reporting >
470
-
471
445
</project >
Original file line number Diff line number Diff line change 66
66
</dependencies >
67
67
</dependencyManagement >
68
68
69
- <build >
70
- <plugins >
71
- <plugin >
72
- <groupId >org.apache.maven.plugins</groupId >
73
- <artifactId >maven-site-plugin</artifactId >
74
- <version >${maven-site-plugin.version} </version >
75
- <configuration >
76
- <skip >true</skip >
77
- </configuration >
78
- </plugin >
79
- </plugins >
80
- </build >
81
-
82
69
</project >
Original file line number Diff line number Diff line change 46
46
<finalName >spring-batch-${project.version} </finalName >
47
47
<appendAssemblyId >true</appendAssemblyId >
48
48
</configuration >
49
- <executions >
50
- <execution >
51
- <id >create-distribution</id >
52
- <phase >site</phase >
53
- <goals >
54
- <goal >single</goal >
55
- </goals >
56
- </execution >
57
- </executions >
58
49
</plugin >
59
50
</plugins >
60
51
</build >
You can’t perform that action at this time.
0 commit comments