I guess my reply will arrive before my original email but further development on this issue as follows... It seems that the warning I'm seeing is only a warning and doesn't compromise the .tar file itself. However in the site:sshdeploy goal it uses "tar xUvf" to unpack the deployed site. The "U" switch apparently means it tries to unlink files before creating them. I'm not sure what this really means but it's not possible to unlink a directory that still has files in it so the untar is not correctly updating the remote site. I've removed the "U" switch and all seems to be well again. I'll confirm this later. Has anybody else come across anything similar?
Thanks, Matt. _____ From: Matt Read Sent: 02 August 2004 14:32 To: 'Maven Users List' Subject: site:sshdeploy problem I'm getting a lot of this when I use the sshdeploy target. The result is an incomplete deployment on the remote site. Could anyone suggest any workaround or even the cause? I'm using Maven 1.0 on Windows 2000&XP. [tar] Building tar: C:\work\apps\eclipse\workspace\CorpPay\target\PPR3-SNAPSHOT-site.tar [tar] Entry: multiproject/CorpPayUI/xref/uk/co/concise/corppay/company/actions/AbstractMa intainCompanyAction.html longer than 100 characters. [tar] Resulting tar file can only be processed successfully by GNU compatible tar commands [tar] Entry: multiproject/CorpPayUI/xref/uk/co/concise/corppay/companygroup/actions/Assig nCompanyGroupAction.html longer than 100 characters. [tar] Entry: multiproject/CorpPayUI/xref/uk/co/concise/corppay/companygroup/actions/Autho riseCompanyGroupAction.html longer than 100 characters. Thanks, Matt.