Hi,
Simply have something like this in your pom.xml:
<project>
<dependencies>
<dependency>
<groupId>someGroupId</groupId>
<artifactId>moduleNameThisModuleIsDependentOn</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>
Hope that helps.
_Mang Lau
Eugeny N Dzhurinsky <[EMAIL PROTECTED]>
02/10/2006 11:03 AM
Please respond to
"Maven Users List" <[email protected]>
To
[email protected]
cc
Subject
Newbie question
Hi there!
Could somebody please point me how can i specify dependencies between
modules
in the project?
modules are located on the same level.
--
Eugene N Dzhurinsky
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]