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

Can you share a complete project that demonstrates the problem?
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.

[1] http://git.eclipse.org/c/m2e/m2e-core.git/tree/pom.xml
[2] https://github.com/sonatype/m2eclipse-tycho/blob/master/pom.xml

--
Regards,
Igor

On 11-10-13 7:26 AM, Aaron Digulla wrote:
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,



Back to the top