You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Marouane Amraoui <Ma...@omnidata.co.ma> on 2007/01/10 13:04:33 UTC

Multi project Feature

 

Hi,

 

I have 4 eclipse project :

 

MYPROJECT_Appli  :  business layer : as jar file package

MYPROJECT_Web   :  gui layer         : as war file package

MYPROJECT_Test   : test project

MYPROJECT_Workspace : conf files (build.xml), and libs 

 

The final outpout of my project is :  myproject.ear. I use for that an ant build to generate ear

 

 

I want to keep this structure directory and use maven , how can I use so ?

 

Thx in advance.

 

 

---------------------------------------------------------------

Merouane AMRAOUI
Consultant Expert
Division Développement
Email.: mamraoui@omnidata.co.ma

Gsm  .: 065 19 60 99   
Tél. | Tel.: 022 98 70 70Téléc | Fax: 022 98 70 70
OMNIDATA , 74 Bv AbdelMoumen

 


Re: Multi project Feature

Posted by Neeraj Bisht <ne...@daffodildb.com>.
use maven 1.0.2 insted of maven 2.0 and use multiproject plugin ,in maven
1.0.2 you can customise the structure in pre and post goal

On 1/10/07, Marouane Amraoui <Ma...@omnidata.co.ma> wrote:
>
>
>
> Hi,
>
>
>
> I have 4 eclipse project :
>
>
>
> MYPROJECT_Appli  :  business layer : as jar file package
>
> MYPROJECT_Web   :  gui layer         : as war file package
>
> MYPROJECT_Test   : test project
>
> MYPROJECT_Workspace : conf files (build.xml), and libs
>
>
>
> The final outpout of my project is :  myproject.ear. I use for that an ant
> build to generate ear
>
>
>
>
>
> I want to keep this structure directory and use maven , how can I use so ?
>
>
>
> Thx in advance.
>
>
>
>
>
> ---------------------------------------------------------------
>
> Merouane AMRAOUI
> Consultant Expert
> Division Développement
> Email.: mamraoui@omnidata.co.ma
>
> Gsm  .: 065 19 60 99
> Tél. | Tel.: 022 98 70 70Téléc | Fax: 022 98 70 70
> OMNIDATA , 74 Bv AbdelMoumen
>
>
>
>
>