Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 8259 invoked from network); 7 Sep 2005 15:04:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2005 15:04:46 -0000 Received: (qmail 97206 invoked by uid 500); 7 Sep 2005 15:04:41 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 97184 invoked by uid 500); 7 Sep 2005 15:04:41 -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 97170 invoked by uid 99); 7 Sep 2005 15:04:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 08:04:41 -0700 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcjtmu-turbine-maven-user-846@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 08:04:52 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ED1Rj-0006YO-Sv for users@maven.apache.org; Wed, 07 Sep 2005 17:02:44 +0200 Received: from kahosl.customer.gent.belnet.net ([193.191.7.46]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Sep 2005 17:02:43 +0200 Received: from jcs_gde_lists by kahosl.customer.gent.belnet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Sep 2005 17:02:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@maven.apache.org From: Geoffrey Subject: [M1] Bundle jnlp signed jars in war Date: Wed, 07 Sep 2005 17:02:23 +0200 Lines: 14 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: kahosl.customer.gent.belnet.net User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I got a project "myswingclient" on which I can do a "maven jnlp". It generates signed jars and a jnlp file. On another project "mywebclient" (controlled by the same multiproject) which is dependend on myswingclient (with a war.target.path property), I can do "maven war". The problem is that war uses the unsigned jars coming from the repository, instead of the signed jars. What is the best way to solve this? -- With kind regards, Geoffrey De Smet --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org