Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] local p2

Sorry for the first mail which has a bug... 

Hello, 

For days, i've tried to compile with my local p2 and not the update site of eclipse. However, when i point on my local repositories, he doesn't find it : 

"failed to load p2 repository with ID 'indigo' from location file:/var/lib/jenkins/jobs/plugins : URI has an authority component" 

That's my pom.xml : 

<repositories>
   <repository>
     <id> indigo </id>
     <url>File://var/lib/jenkins/jobs/plugins</url>
     <layout>p2</layout>
    </repository>
<repositories>

And it works with the update site eclipse : 

<repositories>
   <repository>
     <id> indigo </id>
     <layout>p2</layout>
    </repository>
<repositories>

Thanks in advance 

Sofiane



2015-06-08 15:00 GMT+02:00 Sofiane Lasri <machikoo92500@xxxxxxxxx>:
Hello, 

For days, i've tried to compile with my local p2 and not the update site of eclipse. However, when i point on my local repositories, he doesn't find it : 

"failed to load p2 repository with ID 'indigo' from location file:/var/lib/jenkins/jobs/plugins : URI has an authority component" 

That's my pom.xml : 

<properties>



Back to the top