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:17 UTC

[commons-statistics] 01/02: 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-statistics.git

commit b934363410ee4e21e68cde3ce6240fc9c38b10f8
Author: Alex Herbert <ah...@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>