Simply add a dependency to your maven descriptor (pom.xml).
e.g. pom.xml of project1:
.....
<dependency>
<groupId>groupIdOfProject2</groupId>
<artifactId>artifactIdOfProject2</artifactId>
<version>versionOfProject2</version>
</dependency>
.....
Make sure that you have installed project2 before compiling project1
Bye,
Peter
2007/9/26, Ömer Başar <[EMAIL PROTECTED]>:
>
>
> Hi,
>
> I have two separate appfuse-struts2-modular projects named project1, and
> project2. In Project1-web module I need to access the project2 data. What
> are the minimal steps that I should follow to achieve this?
>
> Thanks in advance.
> --
> View this message in context:
> http://www.nabble.com/Accessing-another-appfuse-project-tf4522464s2369.html#a12901260
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>