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

commit 479bcdfa9ea1d39e01da70660f97d17cfd8b4cb0
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Thu Aug 19 00:48:54 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 a69ecf6..59f6bc2 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -313,12 +313,6 @@ under the License.
               </execution>
             </executions>
           </plugin>
-          <plugin>
-            <artifactId>maven-install-plugin</artifactId>
-            <configuration>
-              <createChecksum>true</createChecksum>
-            </configuration>
-          </plugin>
         </plugins>
       </build>
     </profile>

Reply via email to