Maven/Ivy repositories for the Eclipse SDK
I want to use a library from Eclipse SDK 开发者_如何学JAVA(Java AST in my case, but it could easily be SWT or something else). My project uses Ivy for dependency management. Is the Eclipse SDK available from some Maven 2 (usable from Ivy) or Ivy repository? If so, I couldn't find it from the http://www.eclipse.org home page, and googling only find explanations of Maven/Ivy support in the Eclipse IDE (unsurprisingly).
Unfortunately there is no such repository yet, but there is a long discussion on the Eclipse Bugzilla: 283745: Provide Maven repositories of stuff built at Eclipse .
Things might move in the right direction, but I think that the change will come in the short term. Consider CC-ing yourself to that bug and adding your use case to help things move.
精彩评论