Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] any way tycho to change the .qualifier of POM-FIrst bundles when generating a P2 ?

Hi,

I have a p2 that contain both POM-First and Manifest-First bundles.

when I create a snapshot version I could see that only the bundles created by tycho have it generated symbolic name .qualifier changed for a timestamp. all pom-first stay as was created, with .SNAPSHOT.

The POM-First is being created by maven-bundle-plugin, so its default is to create it snapshot bundles with .SNAPSHOT instead a .qualifier.

But even when I configure maven-bundle-plugin to generate a bundle name using .qualifier instead the default I could not have the expected result.

please, could someone give me a light?

regards,

Cristiano



Back to the top