This was previously raised in JIRA. The workaround is really only to use GNU tar on Solaris. This being the case, the command should really be using the 'z' flag and getting rid of the extra gunzip step.
The plugin could be fixed to omit the U flag, but really using GNU tar is a very good idea. Solaris tar very ordinary - silently truncating filenames > 100 characters will most likely bite your site at some point. Cheers, Brett > -----Original Message----- > From: Bateman, Patrick eMEDIA [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 12 August 2003 10:21 PM > To: 'Maven Users List' > Subject: ${maven.site.tar.executable} xUvf > > > The site\plugin.jelly script defines the tar parameters as > uUvf which does not work on the version of Solaris that I'm using. > > 'cd /apps/maven/mtcom/www/mt-bv/;gunzip > mt-bv-0.1-site.tar.gz;tar xUvf mt-bv-0.1-site.tar;chmod -R > g+u *;rm mt-bv-0.1-site.tar' [exec] tar: U: unknown option > [exec] Usage: tar [EMAIL PROTECTED] [-k size] > [tapefile] [blocksize] [exclude-file] [-I include-file] files > ... Is there a way to override this plugin without having to > rebuild ?? > > Thanks > > Pat > This email and any files transmitted with it are confidential > and intended solely for the use of the individual or entity > to whom they are addressed. If you have received this email > in error please notify the system manager. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
