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

Hi Alex,


On Mon, Jun 6, 2011 at 11:44 AM, Alex Blewitt <alex.blewitt@xxxxxxxxx> wrote:
> 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.

Is there a Tycho way to do this? Using the scripts will need a
installed eclipse instance, as far as I know, and I wanted to be able
to build just with maven.

regards
Hannes

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


Back to the top