Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Representing Virgo Tomcat Server as a local p2 repository

Hi,


I have a target platform defined within Eclipse to point at a local installation of Virgo Tomcat Server and everything works fine.  However, when I try to define my Virgo target as a p2 repository within my pom I get  “org.eclipse.equinox.p2.core.ProvisionException: No repository found at file:/C:/Virgo/virgo-tomcat-server-3.5.0.M04” :

 

<repository>                                     

    <id>virgo</id>                                 

    <layout>p2</layout>

    <url>file:///C:/Virgo/virgo-tomcat-server-3.5.0.M04</url>

</repository>

 

How should I point maven at my Virgo target?


Cameron.


Sent from my iPhone

Back to the top