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]

Reply via email to