File tree Expand file tree Collapse file tree 2 files changed +24
-19
lines changed Expand file tree Collapse file tree 2 files changed +24
-19
lines changed Original file line number Diff line number Diff line change 1010
1010
</execution >
1011
1011
</executions >
1012
1012
</plugin >
1013
+ <plugin >
1014
+ <groupId >com.googlecode.maven-download-plugin</groupId >
1015
+ <artifactId >download-maven-plugin</artifactId >
1016
+ <executions >
1017
+ <execution >
1018
+ <id >unpack-doc-resources</id >
1019
+ <phase >generate-resources</phase >
1020
+ <goals >
1021
+ <goal >wget</goal >
1022
+ </goals >
1023
+ <configuration >
1024
+ <url >https://repo.spring.io/release/io/spring/docresources/spring-doc-resources/${spring-doc-resources.version} /spring-doc-resources-${spring-doc-resources.version} .zip</url >
1025
+ <unpack >true</unpack >
1026
+ <outputDirectory >${refdocs.build.directory} </outputDirectory >
1027
+ </configuration >
1028
+ </execution >
1029
+ </executions >
1030
+ </plugin >
1013
1031
<plugin >
1014
1032
<groupId >org.apache.maven.plugins</groupId >
1015
1033
<artifactId >maven-dependency-plugin</artifactId >
1161
1179
</artifactItems >
1162
1180
</configuration >
1163
1181
</execution >
1164
- <execution >
1165
- <id >unpack-doc-resources</id >
1166
- <goals >
1167
- <goal >unpack</goal >
1168
- </goals >
1169
- <phase >generate-resources</phase >
1170
- <configuration >
1171
- <artifactItems >
1172
- <artifactItem >
1173
- <groupId >io.spring.docresources</groupId >
1174
- <artifactId >spring-doc-resources</artifactId >
1175
- <version >${spring-doc-resources.version} </version >
1176
- <type >zip</type >
1177
- <outputDirectory >${refdocs.build.directory} </outputDirectory >
1178
- </artifactItem >
1179
- </artifactItems >
1180
- </configuration >
1181
- </execution >
1182
1182
</executions >
1183
1183
</plugin >
1184
1184
<plugin >
Original file line number Diff line number Diff line change 29
29
<testcontainers .version>1.10.6</testcontainers .version>
30
30
<testng .version>6.14.3</testng .version>
31
31
<dependency-management-plugin .version>1.0.6.RELEASE</dependency-management-plugin .version>
32
- <spring-doc-resources .version>0.1.0.BUILD-SNAPSHOT </spring-doc-resources .version>
32
+ <spring-doc-resources .version>0.1.0.RELEASE </spring-doc-resources .version>
33
33
</properties >
34
34
<scm >
35
35
<url >http://github.com/spring-projects/spring-boot</url >
276
276
<build >
277
277
<pluginManagement >
278
278
<plugins >
279
+ <plugin >
280
+ <groupId >com.googlecode.maven-download-plugin</groupId >
281
+ <artifactId >download-maven-plugin</artifactId >
282
+ <version >1.4.1</version >
283
+ </plugin >
279
284
<plugin >
280
285
<groupId >org.jetbrains.kotlin</groupId >
281
286
<artifactId >kotlin-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments