Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] No connector available to access repository ... of type p2 us ing the available factories WagonRepositoryConnectorFactory

This warning is printed when Tycho extensions plugin is configured in a
parent pom but p2 repository is configured in the project itself. You
can ignore the warning in this case.

--
Regards,
Igor

On 12-02-27 7:03 AM, motes motes wrote:
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.
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top