You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/08/18 23:20:55 UTC

[commons-math] 03/03: Remove checksum from installed artifacts

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-math.git

commit b6acad285d24af3f2779402b5a2bc554f4f25c49
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Aug 19 00:17:08 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 6c22a6b..ad71591 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -216,12 +216,6 @@ under the License.
               </execution>
             </executions>
           </plugin>
-          <plugin>
-            <artifactId>maven-install-plugin</artifactId>
-            <configuration>
-              <createChecksum>true</createChecksum>
-            </configuration>
-          </plugin>
         </plugins>
       </build>
     </profile>