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/25 21:52:03 UTC

[maven-site-plugin] 01/01: [MSITE-845] drop Maven 2 mention

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

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

commit adfe6b002a668e2bb6bad066158c236e17f18acd
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon May 25 17:51:55 2020 -0400

    [MSITE-845] drop Maven 2 mention
    
    @olamy
---
 src/site/apt/examples/adding-deploy-protocol.apt.vm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/site/apt/examples/adding-deploy-protocol.apt.vm b/src/site/apt/examples/adding-deploy-protocol.apt.vm
index c6a2731..2503faa 100644
--- a/src/site/apt/examples/adding-deploy-protocol.apt.vm
+++ b/src/site/apt/examples/adding-deploy-protocol.apt.vm
@@ -29,8 +29,7 @@
 
 Adding a Protocol to Deploy the Site
 
-  Out of the box, Maven 3 only supports <<<file:>>>, <<<http:>>> and <<<https:>>> as transport protocols.
-  Maven 2 adds <<<scp:>>> to this list.
+  Out of the box, Maven only supports <<<file:>>>, <<<http:>>>, <<<https:>>>, and <<<scp:>>> as transport protocols.
 
   If you try to deploy a site with an unsupported protocol, you'll get an error: