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-rng.git
The following commit(s) were added to refs/heads/master by this push: new a6a42cf Remove checksum from installed artifacts a6a42cf is described below commit a6a42cf7e8ff2aa8035e59eafddc595bde3e1442 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Tue Aug 17 22:11:33 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 cd31e97..f9dc62e 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -290,12 +290,6 @@ under the License. </execution> </executions> </plugin> - <plugin> - <artifactId>maven-install-plugin</artifactId> - <configuration> - <createChecksum>true</createChecksum> - </configuration> - </plugin> </plugins> </build> </profile>