Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho disables p2 repos

Zitat von Igor Fedorenko <igor@xxxxxxxxxxxxxx>:

Can you share a complete project that demonstrates the problem?

Yes, I have a 20KB tar.gz. Can I send that to you by mail?

Repository configuration in the pom you posed to stackoverflow is
virtually to what we use to build m2e [1] or m2e-tycho [2] so I am not
sure what is going on in your case.

Some code in Maven and/or Tycho must think that the indigo repo is "bad" and must be disabled:

Repositories (dependencies): [indigo (http://download.eclipse.org/releases/indigo, disabled), Nexus (http://nexus:8082/nexus/content/groups/public2, releases)]

Regards,

Hello,

Cross-posted from stackoverflow:
http://stackoverflow.com/questions/7752393/tycho-ignores-p2-repository

I've added a p2 repo to my build:

<repository>
<id>indigo</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/indigo/</url>
</repository>

but Tycho doesn't like it. In the debug (-X) output, I see:

[DEBUG] Repositories (dependencies): [indigo
(http://download.eclipse.org/releases/indigo, disabled), Nexus
(http://nexus:8082/nexus/content/groups/public2, releases)]

Why is the indigo repo disabled?

Regards,

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





--
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits."
http://www.pdark.de/                   http://blog.pdark.de/


Back to the top