This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/qpid-jms.git
commit c03201e0b6ab72bc535094bf3f5146181329d16c Author: Robbie Gemmell <[email protected]> AuthorDate: Wed Aug 31 14:31:28 2022 +0100 QPIDJMS-576: match checksum-plugin config up with changes in parent pom (cherry picked from commit f6b0ba1d75305e8dbb312e608a7a089ed5ccc2b0) --- apache-qpid-jms/pom.xml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/apache-qpid-jms/pom.xml b/apache-qpid-jms/pom.xml index 03fc2ab3..fec256eb 100644 --- a/apache-qpid-jms/pom.xml +++ b/apache-qpid-jms/pom.xml @@ -94,19 +94,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-jms-${project.version}-src.tar.gz</include> - <include>apache-qpid-jms-${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: [email protected] For additional commands, e-mail: [email protected]
