jira-importer commented on issue #199: URL: https://github.com/apache/maven-war-plugin/issues/199#issuecomment-2967852143
**[Jochen Wiedmann](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=joc...@apache.org)** commented The attached file demo.tar.gz contains the project, that reproduces the problem for me. The attached log file demonstrates, that the problem is not within the maven-war-fille, because it is invoked with the wrong default value for webappDirectory, and my configured value is ignored: [DEBUG] Goal: org.apache.maven.plugins:maven-war-plugin:2.2:war (defaul t-war) [DEBUG] Style: Regular [DEBUG] Configuration: \<?xml version="1.0" encoding="UTF-8"?> \</configuration> ... \<webappDirectory default-value="${project.build.directory}/${project.build.finalName}"/> \<workDirectory default-value="${project.build.directory}/war/work"/> \</configuration> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org