We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3d5e3 commit d120937Copy full SHA for d120937
pom.xml
@@ -918,12 +918,14 @@
918
<artifactId>native2ascii-maven-plugin</artifactId>
919
<version>${native2ascii.plugin.version}</version>
920
<configuration>
921
- <workDir>${project.build.directory}/classes/ru/mystamps/i18n</workDir>
+ <srcDir>${basedir}/src/main/resources/ru/mystamps/i18n</srcDir>
922
+ <targetDir>${project.build.outputDirectory}/classes/ru/mystamps/i18n</targetDir>
923
</configuration>
924
<executions>
925
<execution>
926
+ <id>utf8-to-latin1</id>
927
<goals>
- <goal>native2ascii</goal>
928
+ <goal>resources</goal>
929
</goals>
930
</execution>
931
</executions>
0 commit comments