jira-importer commented on issue #304: URL: https://github.com/apache/maven-ear-plugin/issues/304#issuecomment-2955276562
**[Jeroen Ruijgers](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=salandur)** commented It is not possible or very difficult to get the declared final name, because maven installs artifacts by there original name and not by there final name. The project (with the final name) of a artifact is propagated to the current building project, but as a private property of the artifact without a getter (org.apache.maven.artifact.ActiveProjectArtifact class). Maybe it is better to look for the declared contextRoot in the web.xml and use that one if present. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
