This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch CAUSEWAY-3898
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/CAUSEWAY-3898 by this push:
new a6566930538 CAUSEWAY-3898: removes checksum plugin from starters;
there is no source to check
a6566930538 is described below
commit a65669305380641490c6137d7b3d6b4a2fbf6c4d
Author: Dan Haywood <[email protected]>
AuthorDate: Wed Oct 8 13:20:44 2025 +0100
CAUSEWAY-3898: removes checksum plugin from starters; there is no source to
check
---
starters/pom.xml | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/starters/pom.xml b/starters/pom.xml
index 03a11eac352..5d8bf4e32e8 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -328,39 +328,6 @@
</gpgArguments>
</configuration>
</plugin>
- <plugin>
- <groupId>net.nicoulaj.maven.plugins</groupId>
- <artifactId>checksum-maven-plugin</artifactId>
- <version>1.11</version>
- <executions>
- <execution>
- <id>source-release-checksum</id>
- <goals>
- <goal>files</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <algorithms>
- <algorithm>SHA-512</algorithm>
- </algorithms>
- <csvSummary>false</csvSummary>
- <fileSets>
- <fileSet>
-
<directory>${project.build.directory}</directory>
- <includes>
- <include>
-
${project.artifactId}-${project.version}-source-release.zip</include>
- <include>
-
${project.artifactId}-${project.version}-source-release.tar*</include>
- </includes>
- </fileSet>
- </fileSets>
- <failIfNoFiles>false</failIfNoFiles><!-- usually,
no
- file to do checksum:
- don't consider
error -->
- </configuration>
- </plugin>
</plugins>
</build>
</profile>