Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-02-04
Description: Exclude gettext-maven-plugin from pom.xml

--- a/pom.xml
+++ b/pom.xml
@@ -166,28 +166,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>com.googlecode.gettext-commons</groupId>
-                <artifactId>gettext-maven-plugin</artifactId>
-                <version>1.2.4</version>
-                <executions>
-                    <execution>
-                        <id>convert-po-class</id>
-                        <phase>compile</phase>
-                        <goals>
-                            <goal>dist</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <sourceDirectory>src/test</sourceDirectory>
-                    <targetBundle>
-                        org.xnap.commons.i18n.Messages
-                    </targetBundle>
-                    <poDirectory>${basedir}/po</poDirectory>
-                    <outputDirectory>${build.testOutputDirectory}</outputDirectory>
-                </configuration>
-            </plugin>
 
         </plugins>
     </build>
