From: Miguel Landaeta <nomadium@debian.org>
Date: Tue, 25 Oct 2022 15:09:23 -0400
Subject: Disable polyglot-ruby maven plugin

Forwarded: not-needed
Last-Update: 2020-12-31
---
 .mvn/extensions.xml          | 8 --------
 lib/pom.xml                  | 2 ++
 maven/jruby-complete/pom.xml | 2 ++
 maven/jruby-dist/pom.xml     | 4 ++++
 maven/jruby/pom.xml          | 6 ++++++
 5 files changed, 14 insertions(+), 8 deletions(-)
 delete mode 100644 .mvn/extensions.xml

diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
deleted file mode 100644
index 443f848..0000000
--- a/.mvn/extensions.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<extensions>
-  <extension>
-    <groupId>io.takari.polyglot</groupId>
-    <artifactId>polyglot-ruby</artifactId>
-    <version>0.4.7</version>
-  </extension>
-</extensions>
diff --git a/lib/pom.xml b/lib/pom.xml
index e55a17d..97cb4b1 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -804,6 +804,7 @@ DO NOT MODIFY - GENERATED CODE
             </configuration>
           </execution>
         </executions>
+        <!--
         <dependencies>
           <dependency>
             <groupId>io.takari.polyglot</groupId>
@@ -811,6 +812,7 @@ DO NOT MODIFY - GENERATED CODE
             <version>0.4.7</version>
           </dependency>
         </dependencies>
+        -->
         <inherited>false</inherited>
       </plugin>
     </plugins>
diff --git a/maven/jruby-complete/pom.xml b/maven/jruby-complete/pom.xml
index 3cdbbf9..1fee644 100644
--- a/maven/jruby-complete/pom.xml
+++ b/maven/jruby-complete/pom.xml
@@ -170,6 +170,7 @@ DO NOT MODIFIY - GENERATED CODE
         <artifactId>checksum-maven-plugin</artifactId>
       </plugin>
       -->
+      <!--
       <plugin>
         <groupId>io.takari.polyglot</groupId>
         <artifactId>polyglot-maven-plugin</artifactId>
@@ -195,6 +196,7 @@ DO NOT MODIFIY - GENERATED CODE
           </dependency>
         </dependencies>
       </plugin>
+      -->
     </plugins>
   </build>
   <profiles>
diff --git a/maven/jruby-dist/pom.xml b/maven/jruby-dist/pom.xml
index 9ac9c44..df160b5 100644
--- a/maven/jruby-dist/pom.xml
+++ b/maven/jruby-dist/pom.xml
@@ -67,6 +67,7 @@
         <artifactId>checksum-maven-plugin</artifactId>
       </plugin>
       -->
+      <!--
       <plugin>
         <groupId>io.takari.polyglot</groupId>
         <artifactId>polyglot-maven-plugin</artifactId>
@@ -92,6 +93,7 @@
           </dependency>
         </dependencies>
       </plugin>
+      -->
     </plugins>
   </build>
   <profiles>
@@ -180,6 +182,7 @@
               </execution>
             </executions>
           </plugin>
+          <!--
           <plugin>
             <groupId>io.takari.polyglot</groupId>
             <artifactId>polyglot-maven-plugin</artifactId>
@@ -205,6 +208,7 @@
               </dependency>
             </dependencies>
           </plugin>
+          -->
         </plugins>
       </build>
     </profile>
diff --git a/maven/jruby/pom.xml b/maven/jruby/pom.xml
index e766c51..928fba9 100644
--- a/maven/jruby/pom.xml
+++ b/maven/jruby/pom.xml
@@ -92,6 +92,7 @@
           <name>invoker.test</name>
         </property>
       </activation>
+      <!--
       <build>
         <plugins>
           <plugin>
@@ -121,6 +122,7 @@
           </plugin>
         </plugins>
       </build>
+      -->
       <properties>
         <invoker.skip>false</invoker.skip>
         <invoker.test>hellowarld_*</invoker.test>
@@ -133,6 +135,7 @@
           <name>invoker.test</name>
         </property>
       </activation>
+      <!--
       <build>
         <plugins>
           <plugin>
@@ -162,6 +165,7 @@
           </plugin>
         </plugins>
       </build>
+      -->
     </profile>
     <profile>
       <id>jdk8</id>
@@ -191,6 +195,7 @@
           <name>wlp.jar</name>
         </property>
       </activation>
+      <!--
       <build>
         <plugins>
           <plugin>
@@ -220,6 +225,7 @@
           </plugin>
         </plugins>
       </build>
+      -->
     </profile>
   </profiles>
 </project>
