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 ? ;-)
>>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? >> >> Yes, if you are sure about the build order add the war / jar in the dependancies of the ear i think that the ear.bundle, war.bundle, ... will protect you to include them in the war lib. But the best is probably to have one project per artifact. Maybe you can use your base project as a multiproject one and have a directory per artifacts with a project.xml with theire own dependancies and point to ../src/??? for theres sources or resources files Nicolas, Nicolas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
