Skip to content

Commit d120937

Browse files
committed
pom.xml(native2ascii-maven-plugin): update configuration to fix build after version update.
See: https://github.com/mojohaus/native2ascii-maven-plugin/wiki/Usage:-resources
1 parent da3d5e3 commit d120937

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,12 +918,14 @@
918918
<artifactId>native2ascii-maven-plugin</artifactId>
919919
<version>${native2ascii.plugin.version}</version>
920920
<configuration>
921-
<workDir>${project.build.directory}/classes/ru/mystamps/i18n</workDir>
921+
<srcDir>${basedir}/src/main/resources/ru/mystamps/i18n</srcDir>
922+
<targetDir>${project.build.outputDirectory}/classes/ru/mystamps/i18n</targetDir>
922923
</configuration>
923924
<executions>
924925
<execution>
926+
<id>utf8-to-latin1</id>
925927
<goals>
926-
<goal>native2ascii</goal>
928+
<goal>resources</goal>
927929
</goals>
928930
</execution>
929931
</executions>

0 commit comments

Comments
 (0)