Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 93453 invoked from network); 12 Feb 2010 09:03:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 09:03:13 -0000 Received: (qmail 26617 invoked by uid 500); 12 Feb 2010 09:03:13 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 25865 invoked by uid 500); 12 Feb 2010 09:03:12 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 25595 invoked by uid 99); 12 Feb 2010 09:03:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 09:03:11 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of emmanuel.venisse@gmail.com designates 209.85.160.43 as permitted sender) Received: from [209.85.160.43] (HELO mail-pw0-f43.google.com) (209.85.160.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 09:03:03 +0000 Received: by pwj9 with SMTP id 9so469092pwj.2 for ; Fri, 12 Feb 2010 01:02:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=XohhUVE1o1OzN4zAk7ELYL4MCzGaHhP2as1uQfexYlk=; b=ZJ7bxLr7CaSVGQQkm03dPzuGhKlxTF6CK8E6eiAqBPNaEIg3f/zhoF0veJXsf6nEIH 1a8xYl3by4cbZRyVu9eY5VS517Tk2qURH1vkop0z2DbnKa7cqdH6rJEMKPMVII6gREVe cdoKkC2/S1cDT7CCTttwUcOXxwu+iywprJpB8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=d57B6o9rWZbzQiiIiBImsJPVIKrCS5Ci+rp9aM54tStaYtoKiIUBF2Op0eBGwOsGfI QZoz7SRyXyQBY4c7iriYc6defy1+r4PpvbFqe35/3roLM8FKgYy412YI5squdC0ZBAuI Kckb+bxe26kBqTIXjjrRkxFQ/gTyoFy6FwGic= MIME-Version: 1.0 Received: by 10.141.139.11 with SMTP id r11mr728586rvn.195.1265965362260; Fri, 12 Feb 2010 01:02:42 -0800 (PST) In-Reply-To: <3555AD897E5CAE4BA5D9E08AFBD7A74906C576BA@SDGEXEVS07.corp.intuit.net> References: <3555AD897E5CAE4BA5D9E08AFBD7A74906C576BA@SDGEXEVS07.corp.intuit.net> Date: Fri, 12 Feb 2010 10:02:42 +0100 Message-ID: Subject: Re: Error deploying artifact: Unsupported Protocol: 'scp': Cannot find wagon which supports the requested protocol: scp From: Emmanuel Venisse To: users@continuum.apache.org Content-Type: multipart/alternative; boundary=000325561ef6b72aaf047f638753 X-Virus-Checked: Checked by ClamAV on apache.org --000325561ef6b72aaf047f638753 Content-Type: text/plain; charset=ISO-8859-1 Can you use it directly with maven on this new server? Emmanuel On Thu, Feb 11, 2010 at 11:01 PM, Diwas, Jeff wrote: > I have an older version (1.1) of Continuum with Maven 2.0.8 which has > no problem performing a release and deploying via SCP to a repository. > I've just installed Continuum 1.3.5 with Maven 2.2.1 onto a new linux > server, set up my Maven2 projects, and was trying to perform a release > but I get the following build error in the log: > > > > Error deploying artifact: Unsupported Protocol: 'scp': Cannot find wagon > which supports the requested protocol: scp > > > > When Googling, I find people had similar problems with "ftp", and the > suggestion was to add the wagon-ftp jar to the M2_HOME/lib directory. I > tried placing a wagon-ssh jar file into M2_HOME/lib with no change in > the result. > > > > I'm still pretty new to Continuum configuration, so any help will be > appreciated. > > > > Thanks, > > jeff > > --000325561ef6b72aaf047f638753--