Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Building a p2 repository from multiple projects

Hi all,

i'm currently maintaining a couple of eclipse plugins. Each of these plugins
has it's own tycho project:

Project A

- pom.xml <-- master pom of project a
   - com.example.a.feature <- pom.xml
   - com.example.a.plugin <-- pom.xml

Project B

- pom.xml <-- master pom of project b
  - com.example.b.feature <-- pom.xml
  - com.example.b.plugin <-- pom.xml

Now i'd like to create a p2 repository that contains both features from project A and project B.

I've found this demo project: https://github.com/jsievers/tycho-demo where basically the project
contains already the p2 repository - but in the case of multiple projects this would need to look different.

Has anyone a hint how to create such a tycho project?

regards

-robert



Back to the top