EAR's and WAR's pack the dependencies inside the file, so most J2EE
apps don't need to worry too much about this issue. But standalone
applications (Swing etc) generally do not package the dependencies
unless you configure the assembly plugin or another similar plugin.
This is why I'm asking what kind of projects you're building.

You might find the following thread useful -- search the archives at Nabble:
from            Wim Deblauwe
to              Maven Users List <users@maven.apache.org>
date            Oct 2, 2007 6:28 AM
subject         How do people handle installers/exe/bat/sh in maven?

Wayne

On 10/4/07, javijava <[EMAIL PROTECTED]> wrote:
>
> well the question is generic but more simple, command Mvn deploy put only the
> project
> on the repository, but not 3 party jar.
>
> if my project need  (i.e.) one.jar , two.jar and tree.jar
> How can i define the  "assembly plugin"  you say and deploy too this files?
> How can i use an izpack plugin?
> i don't want do a manual  deploy-file  for each jar.
>
> i supose, i can write code associated to cycle deploy to search the 3 party
> jars but i don't
> know how to do it, i'm a little newbie in maven.....
>
> a lot of thanks 4 the quicly response!!!
> --
> View this message in context: 
> http://www.nabble.com/Deploy-a-proyect-with-all--Jar%27s-needed-tf4568997s177.html#a13040918
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to