File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 139
139
<maven-project-info-reports-plugin .version>3.1.2</maven-project-info-reports-plugin .version>
140
140
<maven-resources-plugin .version>3.2.0</maven-resources-plugin .version>
141
141
<maven-jar-plugin .version>3.2.0</maven-jar-plugin .version>
142
+ <build-helper-maven-plugin .version>1.10</build-helper-maven-plugin .version>
142
143
</properties >
143
144
144
145
<build >
Original file line number Diff line number Diff line change 171
171
</execution >
172
172
</executions >
173
173
</plugin >
174
+ <plugin >
175
+ <groupId >org.codehaus.mojo</groupId >
176
+ <artifactId >build-helper-maven-plugin</artifactId >
177
+ <version >${build-helper-maven-plugin.version} </version >
178
+ <executions >
179
+ <execution >
180
+ <id >attach-zip</id >
181
+ <goals >
182
+ <goal >attach-artifact</goal >
183
+ </goals >
184
+ <phase >site</phase >
185
+ <configuration >
186
+ <artifacts >
187
+ <artifact >
188
+ <file >${project.build.directory} /spring-batch-${project.version} -docs.zip</file >
189
+ <type >zip;zip.type=docs;zip.deployed=false</type >
190
+ </artifact >
191
+ <artifact >
192
+ <file >${project.build.directory} /spring-batch-${project.version} -schemas.zip</file >
193
+ <type >zip;zip.type=schemas;zip.deployed=false</type >
194
+ </artifact >
195
+ <artifact >
196
+ <file >${project.build.directory} /spring-batch-${project.version} -dist.zip</file >
197
+ <type >zip;zip.type=dist;zip.deployed=false</type >
198
+ </artifact >
199
+ </artifacts >
200
+ </configuration >
201
+ </execution >
202
+ </executions >
203
+ </plugin >
174
204
<plugin >
175
205
<groupId >org.apache.maven.plugins</groupId >
176
206
<artifactId >maven-deploy-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments