Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] how to use of org.eclipse.equinox.p2.repository.tools p2.composite.repository with tycho ?

Hi,

I'm generating a series of p2 repositories for my system, one for each module.

Until now I'm creating a composite p2 for each milestone by hand and I would like to automate this in the same aggregate reactor that creates the p2.

I could find that exists an ant target in the org.eclipse.equinox.p2.repository.tools bundle that could be used for this goal.

I know that I could use maven-antrun-plugin, but I couldn't find a way to reference the bundle on it, since its not published in maven central repo.

Could someone give me a hint/example of how could I use it inside a tycho build ?

thanks for any tip.

Cristiano

Back to the top