Skip to content

Commit e08783b

Browse files
committed
pom.xml(native2ascii-maven-plugin): update to 2.0.1
Changelog: https://github.com/mojohaus/native2ascii-maven-plugin/releases No functional changes.
2 parents f024ef2 + d120937 commit e08783b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.15.RELEASE/spring-boot-dependencies/pom.xml) -->
539539
<mysql.version>5.1.46</mysql.version>
540540

541-
<native2ascii.plugin.version>1.0-beta-1</native2ascii.plugin.version>
541+
<native2ascii.plugin.version>2.0.1</native2ascii.plugin.version>
542542
<owasp-plugin.version>3.0.2</owasp-plugin.version>
543543
<pmd.plugin.version>3.8</pmd.plugin.version>
544544
<resources.plugin.version>3.0.2</resources.plugin.version>
@@ -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)