From users-return-2695-apmail-buildr-users-archive=buildr.apache.org@buildr.apache.org Tue Sep 14 09:49:54 2010 Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 29679 invoked from network); 14 Sep 2010 09:49:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Sep 2010 09:49:54 -0000 Received: (qmail 38269 invoked by uid 500); 14 Sep 2010 09:49:54 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 38132 invoked by uid 500); 14 Sep 2010 09:49:51 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 38123 invoked by uid 99); 14 Sep 2010 09:49:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 09:49:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of telebog@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-ww0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 09:49:43 +0000 Received: by wwi17 with SMTP id 17so1994wwi.17 for ; Tue, 14 Sep 2010 02:49:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=oOMk15U0YHgpOzi4C5BusDA32AHe+W/Sxdr1aCOr6y8=; b=muXXvclyatvWLa9meMdJ9AE+ggi1X9z6ecPFwtVWoGTMWIcAq3RK+dq78zMbdjdj+U A1RbshAx41x8TafKWK9qLSy/ZQoBfdw4LNCJX/h4lAamjEs3fwz69TEtN8dcLcKmR5qG jc7yvJZHxQhssK9rlqvgHr+F3fgibmkrZRi0Q= 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=T/pPEXZ8IkmhBFAJfOF235biIG03XoepMOvWfDvpqhFpeqtZPwcktXRTTzFBrI6ZKW E0lWjpdmj+f9EtTVs7JXwrjbmQwkkTASKoNo6wwaPC2qifBmUCvhPT4b6J7q5wNiHdo5 IrSF0UGGyDfD8N1ZJPO8JcqtgAwAG28/BJx4M= MIME-Version: 1.0 Received: by 10.227.133.72 with SMTP id e8mr2895366wbt.71.1284457762140; Tue, 14 Sep 2010 02:49:22 -0700 (PDT) Received: by 10.227.134.19 with HTTP; Tue, 14 Sep 2010 02:49:22 -0700 (PDT) In-Reply-To: References: Date: Tue, 14 Sep 2010 12:49:22 +0300 Message-ID: Subject: Re: create a jar that include libs and other project From: bogdan teleman To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=0016e65ae1baa432c30490352042 --0016e65ae1baa432c30490352042 Content-Type: text/plain; charset=ISO-8859-1 Thanks, it copy all dependencies in target/dependencies, but don't merge them in the jar file. What should I change to merge all libs from target/dependencies in my jar file? --0016e65ae1baa432c30490352042--