-
-
Notifications
You must be signed in to change notification settings - Fork 156
Description
Here is copilot message regarding this:
Dependabot does not currently support custom mappings for dependencies like the one you're requesting. Dependabot relies on the metadata provided in the pom.xml file of the dependency to generate pull requests with relevant information, such as release notes and issue links.
For the net.alchim31.maven:scala-maven-plugin to be mapped to davidB/scala-maven-plugin, the metadata in the pom.xml file of the net.alchim31.maven:scala-maven-plugin dependency would need to point to the davidB/scala-maven-plugin repository. This includes updating the url, scm, and issueManagement fields in the pom.xml file of the dependency.
If you have control over the net.alchim31.maven:scala-maven-plugin project, you can update its pom.xml file to include the correct metadata. Here's an example of what the metadata might look like:
<project>
<url>https://github.com/davidB/scala-maven-plugin</url>
<scm>
<url>https://github.com/davidB/scala-maven-plugin</url>
</scm>
<issueManagement>
<url>https://github.com/davidB/scala-maven-plugin/issues</url>
</issueManagement>
</project>
If you do not have control over the dependency, you would need to reach out to the maintainers of the net.alchim31.maven:scala-maven-plugin project and request that they update the metadata in their pom.xml file.
Just guessing that it's too hard to interpolate
Line 10 in 46081af
| <url>https://github.com/davidB/${project.artifactId}</url> |
Feel free to close this issue if The Project is not interested in such change.