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 see the same behavior. In the Effective POM tab, the inherited repo is visible but when building the child pom only the repositories of the parent pom are used.



On Wed, Mar 6, 2013 at 7:58 PM, Cristiano Gavião <cvgaviao@xxxxxxxxx> wrote:
Well,

We discover the problem. We were setting the repository in the aggregator pom instead the parent pom.

:-/

regards,

Cristiano


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



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

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top