Skip to main content

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

You can use the "mirror metadata" and "mirror artifacts" p2 scripts to take the output of a single build and merge it into a canonical master with older versions. 

I wouldn't recommend using a single target directory for thus as cleaning it will throw away older versions. 

Alex

Sent from my (old) iPhone

On 6 Jun 2011, at 10:39, Hannes Niederhausen <h.niederhausen@xxxxxxxxxxxxxx> wrote:

> 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
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top