This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ddb9e0  [MINSTALL-143] Move checksum generation from install to 
deploy plugin
6ddb9e0 is described below

commit 6ddb9e0461971a64c208720f0e82098ed8b00d17
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 5 06:48:42 2023 -0500

    [MINSTALL-143] Move checksum generation from install to deploy plugin
    
    The configuration option "createChecksum" is no longer there
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5b2183c..6817e8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1496,9 +1496,6 @@
         <plugins>
           <plugin>
             <artifactId>maven-install-plugin</artifactId>
-            <configuration>
-              <createChecksum>true</createChecksum>
-            </configuration>
           </plugin>
           <plugin>
             <artifactId>maven-release-plugin</artifactId>
@@ -1611,9 +1608,6 @@
           </plugin>
           <plugin>
             <artifactId>maven-install-plugin</artifactId>
-            <configuration>
-              <createChecksum>true</createChecksum>
-            </configuration>
           </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>

Reply via email to