Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 8119 invoked from network); 23 Feb 2010 15:32:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2010 15:32:20 -0000 Received: (qmail 72482 invoked by uid 500); 23 Feb 2010 15:32:18 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 72375 invoked by uid 500); 23 Feb 2010 15:32:18 -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 72365 invoked by uid 99); 23 Feb 2010 15:32:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 15:32:18 +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 (athena.apache.org: local policy) Received: from [66.163.178.153] (HELO web34404.mail.mud.yahoo.com) (66.163.178.153) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 23 Feb 2010 15:32:09 +0000 Received: (qmail 77167 invoked by uid 60001); 23 Feb 2010 15:31:48 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1266939108; bh=0c2qeoo3OmJ30KFbtyb8MVsRyZGKWg5ehBNWBYEwn0M=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=SJQkNdfKIRZTm2ACqfZ4SGSSBBv5JvIRvhHmpA4F+d/1Xr00Wn7UthmrYT0KaUHAQ/Jt1G2mVCot6Zt7H71HXUa7VWVARdCNLjFNh4kgeJUwjvM5HHbjGgqEF71bMoUTvtbv98XZfJ5O8ndzCoUXPkXXc3xW2ivZu3ItbLhAji4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=DLUyxuc4yAo3S/VBbBQKLA8vWi3TprRU8/jFl7gjyWRrOyRTAX1g/zFRydP5/0dAG//ZS6I7Wnn8LX85V9uMkdhiKsEVRSimcVyUpWvpbMauEniUFWJ6EXnTslOAWfbFUz/h3vmNTGoJlFo1OShU294uA9Jzr9Oa43yH9xHxfhY=; Message-ID: <536697.77001.qm@web34404.mail.mud.yahoo.com> X-YMail-OSG: ne9rZVMVM1nkcn1kwDk1nyShyX3SrlMaYJlpAhyRIYVL6jwg.s2Lx2hqm5Dm4zDFZD8Q0FSc6NbmzyO7.S1xIQbRHmMVGGI4GRqXTi2ncyUXnJN5dJLIC65k01VesF1JfyxEPfp3esCrQ4SqDnW.I1D88G4SbA5_g.hRtEqOW6u905BEH27uhE.jJMiNRt4QsJ3mVm.jhHe0seEzh9yevCZ_RvfpjefMQWDrCPgvWS5YpD6HDpCl5di4ITvLrzu_DC32polb.PDVa9qvd6UdUMK.KgLq4s3hhLlNQM63q7hRVWcghnVAesmHIGI4q2eiq9sCzYEQ_P1Hx2xzcQD4xgJYg8s- Received: from [209.33.63.254] by web34404.mail.mud.yahoo.com via HTTP; Tue, 23 Feb 2010 07:31:48 PST X-Mailer: YahooMailRC/300.3 YahooMailWebService/0.8.100.260964 References: <4B829BF9.4090909@gmail.com> <828027.94846.qm@web34401.mail.mud.yahoo.com> Date: Tue, 23 Feb 2010 07:31:48 -0800 (PST) From: Michael Remijan Subject: Re: Problem creating a self-executing signed jar To: Maven Users List In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-957834632-1266939108=:77001" --0-957834632-1266939108=:77001 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Wow, I seriously need to create a seperate project to do this?=0A=0A=0A=0A= =0A________________________________=0AFrom: Anders Hammar =0ATo: Maven Users List =0ASent: Tue, February 23= , 2010 1:47:41 AM=0ASubject: Re: Problem creating a self-executing signed j= ar=0A=0AI think your main problem is that you try to squeeze everything int= o one=0AMaven project. Try using more than one Maven project (one for the j= ar and=0Athen another one for the zip) and you'll see that things become mu= ch easier=0A(and much more the mAven way).=0A=0A/Anders=0A=0AOn Mon, Feb 22= , 2010 at 17:45, Michael Remijan wrote:=0A=0A> I'm tr= ying to convert an ANT project to Maven and I'm having trouble=0A> configur= ing Maven to do what I need.=A0 Here are the basic steps I need:=0A>=0A> 1)= Create a "jar-with-dependencies" jar.=0A> 2) Sign the jar=0A> 3) Create a = ZIP distribution with the signed jar.=0A>=0A> So far I've been able to conf= igure the maven-assembly-plugin to create the=0A> "jar-with-dependencies" a= nd I've been able to configure the=0A> maven-jarsigner-plugin to sign the "= jar-with-dependencies" jar.=0A>=0A> However, when I configure another execu= tion of maven-assembly-plugin to run=0A> my own assembly descriptor to buil= d the ZIP file I want, it always runs=0A> BEFORE the jar is signed. How do = I get this execution to run AFTER the=0A> jarsigner plugin?=0A>=0A> Mike=0A --0-957834632-1266939108=:77001--