You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2022/08/30 16:35:20 UTC

[qpid-proton-j] branch main updated: PROTON-2596: match checksum-plugin config up with changes in parent pom

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-j.git


The following commit(s) were added to refs/heads/main by this push:
     new ac9f80cc PROTON-2596: match checksum-plugin config up with changes in parent pom
ac9f80cc is described below

commit ac9f80cc562e83b01c60a2b4a229a729ea86e041
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue Aug 30 17:34:43 2022 +0100

    PROTON-2596: match checksum-plugin config up with changes in parent pom
---
 apache-qpid-proton-j/pom.xml | 20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/apache-qpid-proton-j/pom.xml b/apache-qpid-proton-j/pom.xml
index 3ab8957a..17a5ec2f 100644
--- a/apache-qpid-proton-j/pom.xml
+++ b/apache-qpid-proton-j/pom.xml
@@ -91,19 +91,17 @@
               <execution>
                 <id>source-release-checksum</id>
                 <goals>
-                  <goal>files</goal>
+                  <goal>artifacts</goal>
                 </goals>
+                <phase>post-integration-test</phase>
                 <configuration>
-                  <fileSets>
-                    <fileSet>
-                      <directory>${project.build.directory}</directory>
-                      <includes>
-                        <include>apache-qpid-proton-j-${project.version}-src.tar.gz</include>
-                        <include>apache-qpid-proton-j-${project.version}-bin.tar.gz</include>
-                      </includes>
-                    </fileSet>
-                  </fileSets>
-                  <failIfNoFiles>true</failIfNoFiles>
+                  <algorithms>
+                    <algorithm>SHA-512</algorithm>
+                  </algorithms>
+                  <includeClassifiers>src,bin</includeClassifiers>
+                  <excludeMainArtifact>true</excludeMainArtifact>
+                  <csvSummary>false</csvSummary>
+                  <attachChecksums>true</attachChecksums>
                 </configuration>
               </execution>
             </executions>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org