This is an automated email from the ASF dual-hosted git repository.
mbuenger 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 267a986e Update introduction-to-repositories to HTTPS (#1524)
267a986e is described below
commit 267a986e7d2572882a5f2cd20934680f35d1212b
Author: Matthias Bünger <[email protected]>
AuthorDate: Fri Feb 20 17:39:39 2026 +0100
Update introduction-to-repositories to HTTPS (#1524)
closes #859
---
content/markdown/guides/introduction/introduction-to-repositories.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/content/markdown/guides/introduction/introduction-to-repositories.md
b/content/markdown/guides/introduction/introduction-to-repositories.md
index ad03c6dc..b639d4c0 100644
--- a/content/markdown/guides/introduction/introduction-to-repositories.md
+++ b/content/markdown/guides/introduction/introduction-to-repositories.md
@@ -68,9 +68,9 @@ While this is possible for any type of remote repository, you
must have the perm
When using Maven, particularly in a corporate environment, connecting to the
internet to download dependencies is not acceptable for security, speed or
bandwidth reasons. For that reason, it is desirable to set up an internal
repository to house a copy of artifacts, and to publish private artifacts to.
-Such an internal repository can be downloaded using HTTP or the file system
(with a `file://` URL), and uploaded to using SCP, FTP, or a file copy.
+Such an internal artifact can be downloaded using HTTPS or the file system
(with a `file://` URL), and uploaded to using SCP, SFTP, or a file copy.
-As far as Maven is concerned, there is nothing special about this repository:
it is another **remote repository** that contains artifacts to download to a
user's local cache, and is a publish destination for artifact releases.
+As far as Maven is concerned, there is nothing special about this repository:
it is another **remote repository** that contains artifacts to download to a
user's local cache, and to which artifacts can be published.
Additionally, you may want to share the repository server with your generated
project sites. For more information on creating and deploying sites, see
[Creating a Site](../mini/guide-site.html).