From: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Date: Tue, 25 Oct 2022 15:09:23 -0400
Subject: Disable maven-checksum-plugin

Disable the maven checksum plugin, as it's not in the archive and doesn't do
much for us.

Forwarded: not-needed
---
 maven/jruby-complete/pom.xml | 2 ++
 maven/jruby-dist/pom.xml     | 2 ++
 maven/jruby/pom.xml          | 2 ++
 maven/pom.xml                | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/maven/jruby-complete/pom.xml b/maven/jruby-complete/pom.xml
index 57f01b1..3cdbbf9 100644
--- a/maven/jruby-complete/pom.xml
+++ b/maven/jruby-complete/pom.xml
@@ -164,10 +164,12 @@ DO NOT MODIFIY - GENERATED CODE
           </execution>
         </executions>
       </plugin>
+      <!--
       <plugin>
         <groupId>net.ju-n.maven.plugins</groupId>
         <artifactId>checksum-maven-plugin</artifactId>
       </plugin>
+      -->
       <plugin>
         <groupId>io.takari.polyglot</groupId>
         <artifactId>polyglot-maven-plugin</artifactId>
diff --git a/maven/jruby-dist/pom.xml b/maven/jruby-dist/pom.xml
index b33c341..9ac9c44 100644
--- a/maven/jruby-dist/pom.xml
+++ b/maven/jruby-dist/pom.xml
@@ -61,10 +61,12 @@
       <plugin>
         <artifactId>maven-invoker-plugin</artifactId>
       </plugin>
+      <!--
       <plugin>
         <groupId>net.ju-n.maven.plugins</groupId>
         <artifactId>checksum-maven-plugin</artifactId>
       </plugin>
+      -->
       <plugin>
         <groupId>io.takari.polyglot</groupId>
         <artifactId>polyglot-maven-plugin</artifactId>
diff --git a/maven/jruby/pom.xml b/maven/jruby/pom.xml
index f0b0da1..e766c51 100644
--- a/maven/jruby/pom.xml
+++ b/maven/jruby/pom.xml
@@ -53,10 +53,12 @@
           </properties>
         </configuration>
       </plugin>
+      <!--
       <plugin>
         <groupId>net.ju-n.maven.plugins</groupId>
         <artifactId>checksum-maven-plugin</artifactId>
       </plugin>
+      -->
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
         <executions>
diff --git a/maven/pom.xml b/maven/pom.xml
index ba2c0c0..aab1260 100644
--- a/maven/pom.xml
+++ b/maven/pom.xml
@@ -49,6 +49,7 @@ DO NOT MODIFIY - GENERATED CODE
             </execution>
           </executions>
         </plugin>
+        <!--
         <plugin>
           <groupId>net.ju-n.maven.plugins</groupId>
           <artifactId>checksum-maven-plugin</artifactId>
@@ -68,6 +69,7 @@ DO NOT MODIFIY - GENERATED CODE
             </execution>
           </executions>
         </plugin>
+        -->
       </plugins>
     </pluginManagement>
   </build>
