Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] repository set in child pom is not being considered

Hello,

I'm facing a problem that a p2 repository added in a child pom is not being considered by tycho.

Using m2e to see the effective pom I can see all of them ( some set in parent and the one set in child):

 <repository>
      <id>ecfview</id>
<url>http://lun.lunifera.org/downloads/p2/ecview/nightly/</url>
      <layout>p2</layout>
    </repository>
    <repository>
      <id>eclipse.p2</id>
<url>http://download.eclipse.org/releases/kepler</url>
      <layout>p2</layout>
    </repository>


Could someone explain me the reason?

thanks

Cristiano


Back to the top