Fork me on GitHub

FAQ

FAQ

  1. maven-stage-plugin:stage versus wagon-maven-plugin:merge-maven-repos

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 removed remotely. Wagon scp, scpexe, and sftp are known to support remote execution and therefore suitable for this type of optimization.

[top]