This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-examples.git

commit 551263666abc7a3b6c4ef2d715c785c7e720c152
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Nov 13 07:31:41 2019 +0100

    Uses proper property instead of deprecated one
---
 debugging-struts/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debugging-struts/pom.xml b/debugging-struts/pom.xml
index e314675..9b1b3c0 100644
--- a/debugging-struts/pom.xml
+++ b/debugging-struts/pom.xml
@@ -31,7 +31,7 @@
         <version>${jetty-plugin.version}</version>
         <configuration>
           <webApp>
-            <contextPath>/${artifactId}</contextPath>
+            <contextPath>/${project.artifactId}</contextPath>
           </webApp>
           <stopKey>CTRL+C</stopKey>
           <stopPort>8999</stopPort>

Reply via email to