Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] OSGi qualifier vs. maven snapshot

I vaguely remember that managing separate id/version for maven and
eclipse aspects of the same project was cumbersome, but can't recall
exact details, sorry.

Regardless of how artifacts are produced, I believe it will be confusing
for the customers of the artifact to have different versions in pom.xml
and eclipse/osgi/p2 metadata.

--
Regards,
Igor

On 11-10-17 8:52 AM, Oberlies, Tobias wrote:
-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-
bounces@xxxxxxxxxxx] On Behalf Of Igor Fedorenko
Sent: Mittwoch, 12. Oktober 2011 13:42
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] OSGi qualifier vs. maven snapshot

I think it is also possible to decouple maven and osgi versions of
released artifacts, i.e. use 1.0.0 for maven and 1.0.0.20111112-0735 for
OSGi, but personally I find this confusing and would not recommend. And
I am not sure if Tycho will allow this in the future.

The validate-version goal already prevents this today (and IIRC this has been like this since the first Tycho version I've seen, i.e. 0.8.0).

@Igor: You are saying that you find this confusing - but was this the only reason for this restriction?

Regards
Tobias


Back to the top