[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[tycho-user] No connector available to access repository ... of type p2 us ing the available factories WagonRepositoryConnectorFactory
|
I am using tycho 0.14. In my parent pom I specify:
<repositories>
<repository>
<id>my.repository</id>
<layout>p2</layout>
<url>http://location</url>
</repository>
</repositories>
where:
http://location
point to a p2 repo (eclipse-repository packaging) I have build with
tycho and manually copied to the location. But when I build my
project I get:
[INFO] Scanning for projects...
[WARNING] Could not transfer metadata ...: No connector available to
access repository ... of type p2 using the available factories
WagonRepositoryConnectorFactory
[INFO] Computing target platform for MavenProject: ...\pom.xml
[INFO] Adding repository ....
Any ideas why I get this warning even though the repo works just fine
(I can also add features from it inside eclipse)?
I found this:
https://issues.sonatype.org/browse/TYCHO-516
but its rather old and the status is also set to fixed.