Skip to content

Commit

Permalink
In contributor docs, don't try to download releases from snapshot repo
Browse files Browse the repository at this point in the history
To improve build times and reduce load on the snapshot server
  • Loading branch information
raboof committed Dec 16, 2024
1 parent d7502fa commit 049f567
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contributor-docs/code-change-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@ Follow these steps for Maven projects.
<id>Maven-Snapshot</id>
<name>maven snapshot repository</name>
<url>https://repository.apache.org/content/groups/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
```

Expand Down

0 comments on commit 049f567

Please sign in to comment.