Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Bump min Maven requirement to 3.1.0

All the details are in bugzilla [1] and gerrit[2] is anyone has issue with the subject please speak up.
For completeness I'm posting the details here too:
Tycho uses plexus-container-default which doesn't make much sense as it's the container used by Maven 2.x while Tycho's minimal requirement is Maven 3.0.5. Maven 3.0.x uses sisu-inject-plexus but from the range of supported versions only Maven 3.0.5 uses it as next version is 3.1.0 which already uses org.eclipse.sisu.plexus. Additional benefit of switching to org.eclipse.sisu.plexus is that as an eclipse project artifact it doesn't require CQ. The only downside (if we can call it that way ) is that version 3.0.5 will no longer be supported which should be fine considering that Maven 3.1.0 is released on 2013-07-15.


[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=551292
[2] https://git.eclipse.org/r/c/149869/

--
Alexander Kurtakov
Red Hat Eclipse Team

Back to the top