#set( $command = ${project.commands.tar})
Creates a compressed tar of the application ready for further distribution. The
following options are supported:

   ${command.nosrcOption}: when specified, the source directory is excluded, otherwise it is
          included.
		
   ${command.rwxOption}:   when specified all directories and files are added to the tar with
          the least restrictive permissions, otherwise this override isn't
          applied.

Example:

   ${layout.scriptName} "${command.delegate.name} -${command.nosrcOption} -${command.rwxOption}"
