Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 96184 invoked from network); 2 Oct 2007 19:49:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 19:49:44 -0000 Received: (qmail 34118 invoked by uid 500); 2 Oct 2007 19:49:26 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 34057 invoked by uid 500); 2 Oct 2007 19:49:26 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 34046 invoked by uid 99); 2 Oct 2007 19:49:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 12:49:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of juanignaciogarzon@gmail.com designates 64.233.184.237 as permitted sender) Received: from [64.233.184.237] (HELO wr-out-0506.google.com) (64.233.184.237) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 19:49:27 +0000 Received: by wr-out-0506.google.com with SMTP id c57so2663795wra for ; Tue, 02 Oct 2007 12:49:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=j7/5tvfAYTUr5eIdBNRNse1im4/oUFglAlsEtRedOTA=; b=kkb4G8l28WZppnUWE2mpBKkk6L4Y0Ej/OspmdJ1kKEa6nz1TYjt8RYch4E/KUY3fYPmH5ry2Xzmnckv16zTeectRNaipvAgQm/wfmmqh18nsDNTwkf+G4YvMyUL0vTq/xVmuodNZU42sPDsJ1a/8HCRYA/bsj1ZOxT97LZcVkU0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=naGvf4mTiir5kq3gfNkVf5DbfkT1pAY/P0FXWJOXumer++ZyhsHzNshHDw98gH1CwcDBZrQhBSGK2SgacKDVNEWDKFUkk4bz9+jaictD6la8Hvz1/DN6ASuZf7KgaiVp4WLIpoUoJv56Rn5jdY/lH8RkdJozRZfilSCUcmvX+ck= Received: by 10.90.31.2 with SMTP id e2mr816266age.1191354544457; Tue, 02 Oct 2007 12:49:04 -0700 (PDT) Received: by 10.90.74.3 with HTTP; Tue, 2 Oct 2007 12:49:04 -0700 (PDT) Message-ID: Date: Tue, 2 Oct 2007 16:49:04 -0300 From: "=?ISO-8859-1?Q?Juan_Ignacio_Garz=F3n?=" To: "Maven Users List" Subject: Re: [Eclipse] How to exclude "provided" maven dependencies when publishing to server In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Not exactly. I'm not using sysdeo's tomcat, just Eclipse WST with a Server configured, and it deploys my app by copying all the files inside tomcat (it also configures a default context). The problem is that the provided-scope jars get copyied too by eclipse and they shouldn't (a good example is servlet-api.jar, its required to compile but shouldn't be deployed). It seems that there is a workaround using sysdeo... the fact is that im using a local tomcat and its easier using eclipse WST for make deploys in this case, i think... Thanks anyway!! 2007/10/2, Jim Sellers : > Is this your issue? > http://jira.codehaus.org/browse/MECLIPSE-79 > > HTH > Jim > > > On 10/2/07, Juan Ignacio Garz=F3n wrote: > > > > Hi, I'm using m2eclipse 0.0.10, Eclipse 3.3.0, Maven 2.0.7. > > > > I have added some maven dependencies using a "provided" scope: > > > > > > pae > > library > > 1.0 > > provided <--- this line > > > > > > But,the problem is, that when I publish my site using eclipse, that > > dependency get's deployed, because all the jars inside "Maven2 > > Dependencies module" are deployed, and I couldnt find a way to filter > > some of them. > > > > Thanks! > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > For additional commands, e-mail: users-help@maven.apache.org > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org