You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/05/26 12:50:36 UTC

[maven-site-plugin] 01/01: merge

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch plex
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 85cf5a5a1efa72228c428dc3b7fd077da45f2504
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue May 26 08:50:24 2020 -0400

    merge
---
 .../java/org/apache/maven/plugins/site/deploy/AbstractDeployMojo.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/site/deploy/AbstractDeployMojo.java b/src/main/java/org/apache/maven/plugins/site/deploy/AbstractDeployMojo.java
index 59b5f25..bc53408 100644
--- a/src/main/java/org/apache/maven/plugins/site/deploy/AbstractDeployMojo.java
+++ b/src/main/java/org/apache/maven/plugins/site/deploy/AbstractDeployMojo.java
@@ -353,7 +353,7 @@ public abstract class AbstractDeployMojo
             String longMessage =
                 "\n" + shortMessage + "\n" + "Currently supported protocols are: " + getSupportedProtocols() + ".\n"
                     + "    Protocols may be added through wagon providers.\n" + "    For more information, see "
-                    + "http://maven.apache.org/plugins/maven-site-plugin/examples/adding-deploy-protocol.html";
+                    + "https://maven.apache.org/plugins/maven-site-plugin/examples/adding-deploy-protocol.html";
 
             getLog().error( longMessage );