Hi Matt,
I am not aware of any integration of the baseline comparator with deployment. The reason for this is that the only user of the baseline comparator that I knew
of so far (the Eclipse Platform build) is not using Maven deploys at all.
It is unclear how this integration should happen exactly. You could help to clarify it by opening an enhancement request in Bugzilla and describe your use case.
Regards
Tobias
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx]
On Behalf Of Matthew Painter
Sent: Mittwoch, 27. November 2013 12:54
To: tycho-user@xxxxxxxxxxx
Cc: Ian Clark
Subject: [tycho-user] Skipping deploy if baseline version used
We are publishing our bundles to nexus, and using it for our baseline repository. This seems to work well.
However, I would like to be able to skip the deploy step if the baseline version from the p2 repository is used as it's clearly pointless and just adding to our build time and taking up space
in nexus (as maven timestamps the snapshots and then nexus creates the p2 metadata) - which is already pretty considerable.
Is this even possible at the moment?