I would guess this is just a general OSGi vs Maven version numbering
scheme mismatch. The qualifier portion of a version in OSGi is just
sorted lexical order, if I recall, so it is not possible to make no
qualifier come after one with a qualifier, since an empty string always
comes before a non-empty string.
So, in short, it isn't right, but there isn't much we can do about it, I
guess. The two systems were developed independently.
-> richard
Sahoo wrote:
AFAIK, Maven considers x-SNAPSHOT to be earlier than x, where as the
corresponding OSGi versions as generated by [1], which is used by
maven-bundle-plugin, behave just the opposite. This does not seem
right to me.
Thanks,
Sahoo
[1]
http://svn.apache.org/repos/asf/maven/shared/tags/maven-osgi-0.2.0/src/main/java/org/apache/maven/shared/osgi/DefaultMaven2OsgiConverter.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]