This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
commit b934363410ee4e21e68cde3ce6240fc9c38b10f8 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Thu Aug 19 00:17:36 2021 +0100 Remove checksum from installed artifacts This creates md5 and sha1 checksums for the dist-archive pom in the local maven repository. It is not required. --- dist-archive/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index 8ccab61..4052591 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -121,12 +121,6 @@ under the License. </execution> </executions> </plugin> - <plugin> - <artifactId>maven-install-plugin</artifactId> - <configuration> - <createChecksum>true</createChecksum> - </configuration> - </plugin> </plugins> </build> </profile>