Class TarGzArchiver


  • public class TarGzArchiver
    extends Object
    Gzipped Tar archiver which preserves
    • POSIX file permissions
    • Symbolic links (if the link target points inside the archive)
    • Last modification timestamp
    in the archive as found in the filesystem for files to be archived. It uses GNU tar format extensions for archive entries with path length > 100.
    • Constructor Detail

      • TarGzArchiver

        public TarGzArchiver()
    • Method Detail

      • setLog

        public void setLog​(org.apache.maven.plugin.logging.Log log)
      • setDestFile

        public void setDestFile​(File destFile)
      • addDirectory

        public void addDirectory​(File directory)