我们在 Eclipse 之外使用 EMF 进行开发,因此使用 Maven 进行构建。我的问题是在哪里可以找到 EMF 工件,如果可以,是哪个版本。
顺便说一句,是否有任何工具可以自动将 Eclipse 工件与源代码交叉发布到 Maven 存储库?
雷纳特
我们在 Eclipse 之外使用 EMF 进行开发,因此使用 Maven 进行构建。我的问题是在哪里可以找到 EMF 工件,如果可以,是哪个版本。
顺便说一句,是否有任何工具可以自动将 Eclipse 工件与源代码交叉发布到 Maven 存储库?
雷纳特
I've patched maven-eclipse-plugin with proper handling of sources (it automatically uploads .source- plugins as a sources artifact) and I have added two additional properties:
I still need to submit the patch for it.