Hi,
I think you could set this dependency in the project descriptor project.xml like this
<dependencies>
<dependency>
<groupId>the group</groupId>
<artifactId>the artifact</artifactId>
<type>jar</type>
<version>1.0</version>
</dependency>
</dependencies>


Alexandre
Bahaa Nasrallah wrote:

Hi,
How in Maven we specify that a project depends on another subprojects?
Lets say we have a project A that depends on subprojects B and C (as jars).
how can we specify that A depends on B and C? how it is done in the
dependecies section?

Regards,
Bahaa

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