Skip to content

Please consider changes in pom.xml to allow dependabot to map PR back to this repository #846

@pzygielo

Description

@pzygielo

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

<url>https://github.com/davidB/${project.artifactId}</url>
.

Feel free to close this issue if The Project is not interested in such change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions