Skip to content

Commit

Permalink
chore(docs/maven): document how to specify project homepage in pom.xml (
Browse files Browse the repository at this point in the history
  • Loading branch information
Shegox authored Jun 20, 2023
1 parent ad8ddff commit 7b9604e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/modules/datasource/maven/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

0 comments on commit 7b9604e

Please sign in to comment.