AW: AW: How to install / deploy a custom artifact?

2008-05-20 Thread Nicolai Wöller
Hi! I built the zip file with ant. So I used the buildhelperplugin and everything works fine! Thanks! -Ursprüngliche Nachricht- Von: Tim Kettler [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 20. Mai 2008 15:21 An: Maven Users List Betreff: Re: AW: How to install / deploy a custom

Re: AW: How to install / deploy a custom artifact?

2008-05-20 Thread Tim Kettler
Hi, if you build the zip with the assembly-plugin just use the singe or attach goal to build the assembly. It will then get attached to the project automatically and the deploy plugin will deploy it alongside the other project artifacts in the deploy phase. If you generate the zip in some ot

AW: How to install / deploy a custom artifact?

2008-05-20 Thread Nicolai Wöller
Hi again, I know that I have to use the deploy phase when I want to deploy an artifact ;-) My question was how do I tell maven to deploy or install a custom artifact and not just a plain .jar-file. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag vo