[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 ?
|
- From: Cristiano Gavião <cvgaviao@xxxxxxxxx>
- Date: Tue, 28 Feb 2012 11:21:04 -0300
- Delivered-to: tycho-user@eclipse.org
- User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2
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