Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] how to use a local p2 repository?

hi,everyone
 
i am new to tycho,and i have built the tycho demo successfully.But when i change my working envrionment ,which cant connect to the internet,it failed to build because cant reach to the p2 repository
 
 <repositories>
   <repository>
     <id>helios</id>
     <layout>p2</layout>
     <url>http://download.eclipse.org/releases/helios</url>
   </repository>
  </repositories>
 
i wonder how to make a proxy like nexus to maven,so that i can use tycho offline?
 
thank you very much!
 
2011-05-24

oliver_tech

Back to the top