Hello,

The 2nd scenario is the way maven works, basically you can import every sub project in 
eclipse, the external dependancies are referred to the local repository while the 
inter project dependancy are transformed in eclipse into dependancy between different 
projects if you specify it in the project.xml
        
<dependancy>
        <groupId>Base</groupId>
        <artifactId>Base-Log</artifactId>
        <version>&ver-Base-Log;</version>
        <property>
                <eclipse.dependency>true</eclipse.dependency>
        </property>
<dependancy>

Hope this helps
Maxc

-----Original Message-----
From: Stefanutti, Mario [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 26, 2004 5:47 PM
To: Maven Users List
Subject: Maven eclipse plugin question: multiproject, Eclipse and
classpath


Hi,

I am trying to use Eclipse and Maven together.

I have a multiproject system and each sub-project has its own
dependencies (external and inter-project).

Using the reactor goal to create the Eclipse project files (.project and
.classpath) each sub-project gets its own files. These Eclipse files are
also present on the root level of the project.

The question is: Do I have to create an Eclipse project for each Maven
sub-project? Or can I just point to the root level .project file,
creating just a single Eclipse project?

In the second case Can Eclipse, recognize automatically that each
sub-module has its own dependencies.

I really hope I've been clear enough.

Thanks, Mario


This message is for the designated recipient only and may contain privileged or 
confidential information. If you have received it in error, please notify the sender 
immediately and delete the original. Any other use of the email by you is prohibited.


����������������������������������������������������������������������������
Su www.tim.it - 119 Self Service -, puoi parlare con un operatore o farti aiutare a 
navigare nel mondo TIM.
����������������������������������������������������������������������������


---------------------------------------------------------------------
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