Skip to main content

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

I forgot to say that I have a hierarchy of POMs.
I have one Corporate POM, some System POMs and lot of module POMs.
The POM where I've set the ignored repository is a System POM that inheriting from the Master Corporate POM.

please, could someone give any help?

2013/3/6 Cristiano Gavião <cvgaviao@xxxxxxxxx>
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



--
"Tudo vale a pena se a alma não é pequena..."

Back to the top