jira-importer commented on issue #257: URL: https://github.com/apache/maven-war-plugin/issues/257#issuecomment-2967856382
**[Paul Jungwirth](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=pjungwir)** commented Ah, thank you for explaining what's going on. If I understand correctly, CompositeMap implements Map and takes two Maps for its constructor. In that case, if it's too hard to patch CompositeMap, you could just do this, right?: CompositeMap m1, m2; m1 = new CompositeMap(project.getProperties(), new ReflectionMap(project)); m2 = new CompositeMap(m1, System.getProperties()); -- 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