The (only) tar installed on Mac OS X Server 10.2 does not support the 'U' option, so the site:sshdeploy goal doesn't work without installing a new tar command.
Attached is a quick patch that allows the tar options to be configured in a properties file.
The default setting is:
maven.site.tar.options=xUvf
(This problem could affect other BSDs and/or Solaris)
Description
The (only) tar installed on Mac OS X Server 10.2 does not support the 'U' option, so the site:sshdeploy goal doesn't work without installing a new tar command.
Attached is a quick patch that allows the tar options to be configured in a properties file.
The default setting is:
maven.site.tar.options=xUvf
(This problem could affect other BSDs and/or Solaris)
Patch for plugin.jelly and plugin.properties is attached.