I want to use a P2-Repository to manage Eclipse Plugins. I have a Windows Server 2008 machine. But I have absolutely no idea what I have to do. What do I have to do on my PC in Eclipse and what on the server to make everything work? Can anyone of you guys help me out?
Thanks in advance!
P2 repository has its own layout and structure. Use tycho maven plugin to create P2 repository on your server using one of its goal, assemble repository
Hope this helps. If you are not suing tycho, start using it. Life will be easy.