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.
-
-
-