a multi-module build... it will be the same overall project, just structured "better"
If you think Maven is like ANT then drink the maven kool-aid and you'll be happy ;-) -Stephen On 23 February 2010 15:31, Michael Remijan <[email protected]> wrote: > Wow, I seriously need to create a seperate project to do this? > > > > > ________________________________ > From: Anders Hammar <[email protected]> > To: Maven Users List <[email protected]> > Sent: Tue, February 23, 2010 1:47:41 AM > Subject: Re: Problem creating a self-executing signed jar > > I think your main problem is that you try to squeeze everything into one > Maven project. Try using more than one Maven project (one for the jar and > then another one for the zip) and you'll see that things become much easier > (and much more the mAven way). > > /Anders > > On Mon, Feb 22, 2010 at 17:45, Michael Remijan <[email protected]> > wrote: > > > I'm trying to convert an ANT project to Maven and I'm having trouble > > configuring Maven to do what I need. Here are the basic steps I need: > > > > 1) Create a "jar-with-dependencies" jar. > > 2) Sign the jar > > 3) Create a ZIP distribution with the signed jar. > > > > So far I've been able to configure the maven-assembly-plugin to create > the > > "jar-with-dependencies" and I've been able to configure the > > maven-jarsigner-plugin to sign the "jar-with-dependencies" jar. > > > > However, when I configure another execution of maven-assembly-plugin to > run > > my own assembly descriptor to build the ZIP file I want, it always runs > > BEFORE the jar is signed. How do I get this execution to run AFTER the > > jarsigner plugin? > > > > Mike >
