1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
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>
|