diff --git a/lib/modules/datasource/maven/readme.md b/lib/modules/datasource/maven/readme.md index 47ad2edb1f1e31d8818105b8a5dbb1843e8bf9bb..ff29f8a7032ee70528ad33b4caea247b6ddf0b08 100644 --- a/lib/modules/datasource/maven/readme.md +++ b/lib/modules/datasource/maven/readme.md @@ -16,3 +16,14 @@ This is what allows `Renovate` to determine the `sourceUrl`, that it then uses t !!! note This also works for private repositories. It can leverage the same `token` that you had to configure in order to be able to reach the private Artifactory. + +#### Specifying your project homepage + +When opening a Pull Request `Renovate` uses the top level `url` property to determine the homepage of your project and shows it inside the Pull Request. +To customize you can set it inside your `pom.xml`. + +For example: + +```xml +<url>https://project.example.com</url> +```