Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Set root directory for p2 repository

Hi,

I want to create a p2 repository with maven, which contains the older versions.

Right now my update site structure is:

project
-- plugins
-- features
site.xml
artifacts.jar
content.jar
category.xml

When I update the site xml with a new version PDE just adds the new
version to the update site.

Using maven/tycho, the update site is created in the target directory.
Is there a way to convigure tycho, to store the files into the root
directory and only add the new features to the repository.

The only idea I have is moving the files in some sort of
post-processing but this would overwrite content.jar and
artifacts.jar.

Thanks in advance
Hannes


Back to the top