From 0481a08de965ee1cddfb098dad5ee2ba0c467510 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 17 Nov 2024 20:01:51 +0100 Subject: [PATCH] Bump maven-site-plugin 3.21.0 --- pom.xml | 2 ++ src/site/fml/faq.fml | 9 ++------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index b0cad12..3be34c8 100644 --- a/pom.xml +++ b/pom.xml @@ -95,6 +95,8 @@ 9.4.51.v20230217 1.2.0 + + 3.21.0 diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index beb87ea..c600626 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -1,26 +1,21 @@ - + FAQ - maven-stage-plugin:stage versus wagon-maven-plugin:merge-maven-repos
Both are used to merge artifacts from one Maven repository to another with following differences; -
  • merge-maven-repos is more generic and therefore supports more protocols.
  • merge-maven-repos supports both normal upload and "optimize" upload where - files are compressed into an archive which are then transferred, uncompressed and + files are compressed into an archive which are then transferred, uncompressed and removed remotely. Wagon scp, scpexe, and sftp are known to support remote execution and therefore suitable for this type of optimization.
-
- -