Re: [m2] site:deploy via scp uses the"unzip" command on the remote host. [m1] used tar and gunzip

2005-11-18 Thread Brett Porter
We can make this configurable - please file a feature request. - Brett On 11/19/05, Paul Spencer <[EMAIL PROTECTED]> wrote: > Deploying a site in m2 has changed since m1. m1 used the "tar" and > "gunzip" command on the remote site, where m2 uses the "unzip" command. > This poses a problem for

Re: [m2] site:deploy via scp uses the"unzip" command on the remote host. [m1] used tar and gunzip

2005-11-19 Thread Paul Spencer
Brett, I have filed a feature request. http://jira.codehaus.org/browse/MNG-1627 Paul Spencer Brett Porter wrote: We can make this configurable - please file a feature request. - Brett On 11/19/05, Paul Spencer <[EMAIL PROTECTED]> wrote: Deploying a site in m2 has changed since m1. m1 use

RE: [m2] site:deploy via scp uses the"unzip" command on the remote host. [m1] used tar and gunzip

2005-11-21 Thread Jörg Schaible
Brett Porter wrote on Saturday, November 19, 2005 3:51 AM: > We can make this configurable - please file a feature request. Isn't it already? I find following snippet in the maven sample project (http://jira.codehaus.org/browse/ARCHETYPE-8): org.apache.mave

Re: [m2] site:deploy via scp uses the"unzip" command on the remote host. [m1] used tar and gunzip

2005-11-21 Thread Brett Porter
Yes, but not the creation (we need to allow it to make a tar, not a zip). - Brett On 11/21/05, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Brett Porter wrote on Saturday, November 19, 2005 3:51 AM: > > > We can make this configurable - please file a feature request. > > Isn't it already? I find fo