Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Specifying an archived p2 repository in pom.xml?

On 05/23/2012 02:40 PM, motes motes wrote:
Hm any idea on the syntax when the zipped p2 repo is located on a web server:

http://myhost/p2/myrepo.zip

I have tried:

	
	<repositories>
		<repository>
			<id>myrepo</id>
			<layout>p2</layout>
<!-- 			<url>jar:file:////http://myhost/p2/myrepo.zip!/</url> -->
 			<url>http://myhost/p2/myrepo.zip</url>
		</repository>
	</repositories>	


What about
jar:http://myhost/p2/myrepo.zip!
?
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top