jira-importer commented on issue #221: URL: https://github.com/apache/maven-war-plugin/issues/221#issuecomment-2967853780
**[Torgeir Lorange Ostby](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=torgeilo)** commented Would it be better if classesArchiveName defaults to ${project.build.finalName} and then have an additional parameter/flag which triggers the feature? I guess ```xml <configuration> <classesArchiveName>${project.build.finalName}</classesArchiveName> </configuration> ``` would give the same result, but it is not that intuitive that this is what actually makes the plugin behave differently. -- 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