File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -244,44 +244,6 @@ CSV files of various types.
244244 </configuration >
245245 </plugin >
246246
247- <!--
248- calculate checksums of release artifacts for Apache dist area
249- -->
250- <plugin >
251- <groupId >net.nicoulaj.maven.plugins</groupId >
252- <artifactId >checksum-maven-plugin</artifactId >
253- <version >1.7</version >
254- <executions >
255- <execution >
256- <id >generate.checksums</id >
257- <phase >verify</phase >
258- <goals >
259- <goal >files</goal >
260- </goals >
261- </execution >
262- </executions >
263- <configuration >
264- <algorithms >
265- <algorithm >SHA-512</algorithm >
266- </algorithms >
267- <csvSummary >false</csvSummary >
268- <fileSets >
269- <fileSet >
270- <directory >${project.build.directory} </directory >
271- <includes >
272- <include >${project.artifactId} -${project.version} -src.zip</include >
273- <include >
274- ${project.artifactId} -${project.version} -src.tar.gz
275- </include >
276- <include >${project.artifactId} -${project.version} -bin.zip</include >
277- <include >
278- ${project.artifactId} -${project.version} -bin.tar.gz
279- </include >
280- </includes >
281- </fileSet >
282- </fileSets >
283- </configuration >
284- </plugin >
285247 </plugins >
286248 </build >
287249
You can’t perform that action at this time.
0 commit comments