This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
The following commit(s) were added to refs/heads/master by this push: new cdf3536 trivial: add link cdf3536 is described below commit cdf3536df69a11cd1a97f83c9e1c07aa29b7893a Author: Konrad Windszus <k...@apache.org> AuthorDate: Thu Sep 18 11:01:37 2025 +0200 trivial: add link --- src/site/markdown/index.md.vm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm index 17d2cbb..b3cc1ec 100644 --- a/src/site/markdown/index.md.vm +++ b/src/site/markdown/index.md.vm @@ -60,6 +60,7 @@ To provide you with better understanding on some usages of the deploy plugin, yo _Project Deployment:_ +- [Deployment with HTTP(S)](./examples/deploy-http.html) - [Deployment with FTP](./examples/deploy-ftp.html) - [Deployment with external SSH](./examples/deploy-ssh-external.html) - [Workarounds when there are network issues](./examples/deploy-network-issues.html)