Re: generate applications

2006-03-20 Thread Pierre Monestie
That did thank you!!! My last question: At the top of my assembly descriptor I do: *.jar Is there a way to rename the jars in order to remove the version number? Something similar to what can be done for the dependencies where I say: ${artifactId}.${extension}

Re: generate applications

2006-03-20 Thread Stephen Duncan
mvn assembly:directory will do that. -Stephen On 3/20/06, Pierre Monestie <[EMAIL PROTECTED]> wrote: > Ok > I tried mvn assembly:assembly -DdescriptorId=bin (the doc is wrong > btw, it refers to -Dmaven.assembly.descriptorId=bin). > Is there a way in formats no specify no packaging at all, I wa

Re: generate applications

2006-03-20 Thread Pierre Monestie
Ok I tried mvn assembly:assembly -DdescriptorId=bin (the doc is wrong btw, it refers to -Dmaven.assembly.descriptorId=bin). Is there a way in formats no specify no packaging at all, I want my assembly expanded in a specific directory. BTW the formats clause has no doc at all in the assembly docum

RE: generate applications

2006-03-20 Thread Mick Knutson
ers List" To: "Maven Users List" Subject: generate applications Date: Mon, 20 Mar 2006 12:18:27 -0800 Hello, I like Maven 2 but I'm still somehow confused. So far I got my project (which contains subproject) to compile. What is the good way to get maven to prepare a distributi

generate applications

2006-03-20 Thread Pierre Monestie
Hello, I like Maven 2 but I'm still somehow confused. So far I got my project (which contains subproject) to compile. What is the good way to get maven to prepare a distribution directory with the jars for my project as well as all the necessary libs. Thanks in advance. Pierre