Add dynamic dependiences

2004-11-24 Thread Adrian Tarau
Hi, I want to build an ear, and in the ear I want to put a war or jar which is not define in the dependences (it is build in this project). It is possible to add it in the dependences so the ear plugin will see it? Or I need to write Java code for this? Thanks.

Re: Add dynamic dependiences

2004-11-24 Thread Corey Scott
Adrian, I am not certain but you might like to try setting the maven.ear.src property to the directory that your generated files will be, or if you are using this property already, then you might want to use the ant:copy jelly tag to get the files you want into a place where they can be picked

Re: Add dynamic dependiences

2004-11-24 Thread Nicolas Chalumeau
On Wed, 24 Nov 2004 11:20:05 -0500, Adrian Tarau [EMAIL PROTECTED] wrote: Hi, I want to build an ear, and in the ear I want to put a war or jar which is not define in the dependences (it is build in this project). Why don't define one project per artifact type and use multiproject ?