jira-importer commented on issue #316: URL: https://github.com/apache/maven-install-plugin/issues/316#issuecomment-2771867758
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented This is a user -mistake- unconventional choice, and cannot be supported well by Maven repository layout, hence, these things should be avoided. The example project has 3 artifacts: ``` at.dvallant.maven:maven-install-plugin-bug:0.1.0-SNAPSHOT (root/parent POM) at.dvallant.maven:plugins:0.1.0-SNAPSHOT at.dvalland.maven.plugins:my-maven-plugin:0.1.0-SNAPSHOT ``` Clearly can be seen, that the two overlap: `at.dwallant.maven:plugins` (GA) and `at.dvallant.maven.plugins` (G). This means that on disk (mapped by layout) this directory contains once G level metadata (for at.dvalland.maven.plugins:my-maven-plugin plugin) and once A level metadata (for at.dvallant.maven:plugins artifact). These situations should be avoided. -- 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]
