Skip to content

Commit c1a8b54

Browse files
committed
pom.xml: updated POM for Maven3.
Before Maven3 complains: [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:native2ascii-maven-plugin is missing. @ line 213, column 12 [WARNING] The expression ${build.finalName} is deprecated. Please use ${project.build.finalName} instead. No functional changes.
1 parent 062174a commit c1a8b54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
<plugin>
214214
<groupId>org.codehaus.mojo</groupId>
215215
<artifactId>native2ascii-maven-plugin</artifactId>
216+
<version>1.0-alpha-1</version>
216217
<executions>
217218
<execution>
218219
<goals>
@@ -297,7 +298,7 @@
297298
<stopPort>9966</stopPort>
298299
<stopKey>jetty-stop-signal</stopKey>
299300
<webAppSourceDirectory>
300-
${project.build.directory}/${build.finalName}
301+
${project.build.directory}/${project.build.finalName}
301302
</webAppSourceDirectory>
302303
</configuration>
303304
<executions>

0 commit comments

Comments
 (0)