This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 0565d15 added link to "Guide to Mirror Settings" 0565d15 is described below commit 0565d158752a83906837c00515da6bb952e84fbb Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Mon Apr 8 12:16:16 2019 +0200 added link to "Guide to Mirror Settings" --- content/markdown/repository-management.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/markdown/repository-management.md b/content/markdown/repository-management.md index 47d1301..eb73de1 100644 --- a/content/markdown/repository-management.md +++ b/content/markdown/repository-management.md @@ -1,7 +1,9 @@ ## Best Practice - Using a Repository Manager A repository manager is a dedicated server application designed to manage -repositories of binary components. The usage of a repository manager is +repositories of binary components. + +The usage of a repository manager is considered an essential best practice for any significant usage of Maven. @@ -10,6 +12,7 @@ considered an essential best practice for any significant usage of Maven. A repository manager serves these essential purposes: * act as dedicated proxy server for public Maven repositories +(see {{{./guides/mini/guide-mirror-settings.html}Maven Guide to Mirror Settings}}) * provide repositories as a deployment destination for your Maven project outputs