jira-importer commented on issue #210: URL: https://github.com/apache/maven-install-plugin/issues/210#issuecomment-2771850253
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented When installing (or deploying) an artifact, is must have a predictable path, otherwise Maven can't download it in the future. Based on the groupId, artifactId, version and type (which is translated to a file-extension) and optional classifier Maven can build that path. How would a `<dependency>` look like if a custom final name was used? > Since all attached artifacts are installed with the default name, in case there are more than on attached artifacts - only the last is actually installed, all others are getting lost in the process. Attached artifacts **must** use a classifier to recognize the different attachments. -- 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