Currently, maven doesn't compile dependencies - you must check out B
separately, run mvn install, then run the goal on A again.

- Brett

On 11/17/05, cristian <[EMAIL PROTECTED]> wrote:
> I have two projects (I need all compile), project A and B where project
> A depends on project B.
>
> In Project A's my pom.xml,
>
> <dependencies>
>        <dependency>
>            <groupId>foo</groupId>
>            <artifactId>B</artifactId>
>            <version>1.0</version>
>        </dependency>
> <dependencies>
>
> but, search an JAR. I like compile the sources of project B, no find jar.
>
>
> 1)  How is this represented in the pom.xml?
> 2) How  would have to define remote repository(cvs) for download the
> sources?
>
> Thanks,,and sorry for my English.
>
>
> ---------------------------------------------------------------------
> 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