truezip:move

Full name:

org.codehaus.mojo:truezip-maven-plugin:1.0-beta-7:move

Description:

Use this goal to move single file or multiple files(via FileSet) between archives or directories

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: process-resources.

Optional Parameters

Name Type Since Description
fileset Fileset beta-1 A single FileSet to manipulate the archive.
filesets List beta-1 The list of FileSet to manipulate the archive.
from String beta-1 Path of original file
immediateUpdate boolean beta-2 Enable automatic file update after each MOJO execution. If set to false, immediate update is not performed. Then, the updated files are flushed at undefined time (when the VM finalizes objects). Otherwise, a forced file update can be triggered by using update goal in an separate execution.
Default value is: true.
to String beta-1 Path of destination file
verbose boolean beta-1 Enable verbose mode
Default value is: false.

Parameter Details

fileset:

A single FileSet to manipulate the archive.
  • Type: org.codehaus.mojo.truezip.Fileset
  • Since: beta-1
  • Required: No

filesets:

The list of FileSet to manipulate the archive.
  • Type: java.util.List
  • Since: beta-1
  • Required: No

from:

Path of original file
  • Type: java.lang.String
  • Since: beta-1
  • Required: No

immediateUpdate:

Enable automatic file update after each MOJO execution. If set to false, immediate update is not performed. Then, the updated files are flushed at undefined time (when the VM finalizes objects). Otherwise, a forced file update can be triggered by using update goal in an separate execution.
  • Type: boolean
  • Since: beta-2
  • Required: No
  • Default: true

to:

Path of destination file
  • Type: java.lang.String
  • Since: beta-1
  • Required: No

verbose:

Enable verbose mode
  • Type: boolean
  • Since: beta-1
  • Required: No
  • Default: false