jira-importer commented on issue #137: URL: https://github.com/apache/maven-install-plugin/issues/137#issuecomment-2771839311
**[syvalta](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=syvalta)** commented Don't know internals of maven, but wouldn't it be enough that name of the pom matches artifactId? The name of the artifact could be read from pom. Use case: I'd like all jars to be named companyName-arfitactId.jar. Currently I have to include companyName in artifactId, but it's feels bit stupid because it's already included in groupId. For example: \<groupId>com.company.foo\</groupId> \<artifactId>company-bar\</artifactId> It would be much nicer if I could just specify \<finalName>companyName-${artifactId}\</finalName> -- 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