Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Consuming tycho results in non-tycho builds - reloaded

FYI:
After understanding that Maven version numbers are specified as

    <major>.<minor>.<revision>([ -<qualififer> ] | [ -<build> ])

I'm currently following the road to fix b3 to produce legal
maven version numbers when creating a maven repo from p2.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=314992#c1

If that's the recommended way forward then nothing needs to
be changed in tycho land, since here we are still playing
more by the rules of OSGi than of Maven, it seems.
(Interesting approach, though, to use Maven for creating
artifacts with versions that are illegal under Maven).

Stephan


Back to the top