You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/01/19 07:03:42 UTC

[maven-site] branch master updated: add a not about protocols

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 c107911  add a not about protocols
c107911 is described below

commit c10791101cef3e77cbcc0d9eb968ed4f069d3a51
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Jan 19 08:03:39 2022 +0100

    add a not about protocols
---
 content/markdown/repository/layout.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/content/markdown/repository/layout.md b/content/markdown/repository/layout.md
index 45df3f5..5d67ce5 100644
--- a/content/markdown/repository/layout.md
+++ b/content/markdown/repository/layout.md
@@ -61,3 +61,8 @@ For artifact files, there are 2 options available:
 
 1. unique SNAPSHOT artifacts, using the same base version,
 2. multiple SNAPSHOT artifacts for one base version, each deployment will have an effective version where `SNAPSHOT` is replaced with `YYYYMMDD.HHMMSS-<counter>`.
+
+## Protocol
+
+Repository can be accessed through many file-oriented protocols, both for read and write: most classical are `file://`, `http://` and `https://` (`GET` and `PUT`).
+Older (now unused) protocols are FTP(S), SCP, SSH, ...