changed deprecated artifactId to project.artifactId
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/15c545e0 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/15c545e0 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/15c545e0 Branch: refs/heads/master Commit: 15c545e0d197c7650888f3117ab853bfed7bd4fe Parents: df82ce5 Author: Stefaan Dutry <stefaan.du...@gmail.com> Authored: Sun Apr 23 23:47:53 2017 +0200 Committer: Stefaan Dutry <stefaan.du...@gmail.com> Committed: Sun Apr 23 23:47:53 2017 +0200 ---------------------------------------------------------------------- coding-actions/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/15c545e0/coding-actions/pom.xml ---------------------------------------------------------------------- diff --git a/coding-actions/pom.xml b/coding-actions/pom.xml index 098ce98..c7e027f 100644 --- a/coding-actions/pom.xml +++ b/coding-actions/pom.xml @@ -25,7 +25,7 @@ <version>8.1.16.v20140903</version> <configuration> <webApp> - <contextPath>/${artifactId}</contextPath> + <contextPath>/${project.artifactId}</contextPath> </webApp> <stopKey>CTRL+C</stopKey> <stopPort>8999</stopPort>