kwin commented on code in PR #1466:
URL: https://github.com/apache/maven-site/pull/1466#discussion_r2542985536


##########
content/markdown/pom.md:
##########
@@ -1840,8 +1841,11 @@ The repository elements will be used for snapshot 
distribution if the snapshotRe
   the address.
 
 * `<url>`:
-  This is the core of the repository element. It specifies both the location 
and the transport protocol
+  This is the core of the distributionManagement repository element. It 
specifies both the location and the transport protocol
   used to transfer a built artifact (and POM file, and checksum data) to the 
repository.
+  Notice that the url to download from the repository is often different: 
publishing (using distributionManagement repository url) can be done with scp 
protocol or a REST API,

Review Comment:
   ```suggestion
     Notice that the url to download from the repository is often different: 
publishing (using distributionManagement repository url) can be done by a 
variety of protocols (with SCP, HTTP POST, HTTP PUT, FTP, ...)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to