• <small id='A2S7J'></small><noframes id='A2S7J'>

    <i id='A2S7J'><tr id='A2S7J'><dt id='A2S7J'><q id='A2S7J'><span id='A2S7J'><b id='A2S7J'><form id='A2S7J'><ins id='A2S7J'></ins><ul id='A2S7J'></ul><sub id='A2S7J'></sub></form><legend id='A2S7J'></legend><bdo id='A2S7J'><pre id='A2S7J'><center id='A2S7J'></center></pre></bdo></b><th id='A2S7J'></th></span></q></dt></tr></i><div id='A2S7J'><tfoot id='A2S7J'></tfoot><dl id='A2S7J'><fieldset id='A2S7J'></fieldset></dl></div>
  • <legend id='A2S7J'><style id='A2S7J'><dir id='A2S7J'><q id='A2S7J'></q></dir></style></legend>

      <tfoot id='A2S7J'></tfoot>
      • <bdo id='A2S7J'></bdo><ul id='A2S7J'></ul>

      1. 如何使用 maven 构建 Eclipse 插件?

        How to build an Eclipse plugin with maven?(如何使用 maven 构建 Eclipse 插件?)

      2. <i id='fEjXh'><tr id='fEjXh'><dt id='fEjXh'><q id='fEjXh'><span id='fEjXh'><b id='fEjXh'><form id='fEjXh'><ins id='fEjXh'></ins><ul id='fEjXh'></ul><sub id='fEjXh'></sub></form><legend id='fEjXh'></legend><bdo id='fEjXh'><pre id='fEjXh'><center id='fEjXh'></center></pre></bdo></b><th id='fEjXh'></th></span></q></dt></tr></i><div id='fEjXh'><tfoot id='fEjXh'></tfoot><dl id='fEjXh'><fieldset id='fEjXh'></fieldset></dl></div>

        <legend id='fEjXh'><style id='fEjXh'><dir id='fEjXh'><q id='fEjXh'></q></dir></style></legend>
          <tbody id='fEjXh'></tbody>

          <small id='fEjXh'></small><noframes id='fEjXh'>

            • <bdo id='fEjXh'></bdo><ul id='fEjXh'></ul>

              • <tfoot id='fEjXh'></tfoot>
                • 本文介绍了如何使用 maven 构建 Eclipse 插件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  How do you build an Eclipse plugin with Maven? What dependencies or plugins do I need? I am looking to develop for Eclipse 3.7.

                  解决方案

                  You can use Maven 3.3 (at least) and Maven Tycho 0.24.0. Add this to your project's .mvn/extensions.xml:

                  <extensions>
                    <extension>
                      <groupId>org.eclipse.tycho.extras</groupId>
                      <artifactId>tycho-pomless</artifactId>
                      <version>0.26.0</version>
                    </extension>
                  </extensions>
                  

                  Then you must define your pom.xml according to the structure of your project. I recommend this article: Eclipse Tycho for building Eclipse Plug-ins, OSGi bundles and RCP applications - Tutorial

                  You can follow the example on this page to have a general idea of using maven plugin Tycho.

                  这篇关于如何使用 maven 构建 Eclipse 插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                  How can I specify the default JVM arguments for programs I run from eclipse?(如何为从 Eclipse 运行的程序指定默认 JVM 参数?)
                  Class JavaLaunchHelper is implemented in both ... libinstrument.dylib. One of the two will be used. Which one is undefined(JavaLaunchHelper 类在... libinstrument.dylib 中都实现了.将使用两者之一.哪个是未定义的) - IT屋-程序员软件开发技术分享
                  Running Eclipse on Windows 7 JRE and JDK not found(找不到在 Windows 7 JRE 和 JDK 上运行 Eclipse)
                  StringBuilder vs. .concat vs. quot;+quot; Operator relative performance different in eclipse than command line?(StringBuilder vs. .concat vs. “+eclipse中的操作员相对性能与命令行不同?)
                  Is there a maximum number you can set Xmx to when trying to increase jvm memory?(尝试增加 jvm 内存时,您可以将 Xmx 设置为最大数量吗?)
                  <i id='gQL5S'><tr id='gQL5S'><dt id='gQL5S'><q id='gQL5S'><span id='gQL5S'><b id='gQL5S'><form id='gQL5S'><ins id='gQL5S'></ins><ul id='gQL5S'></ul><sub id='gQL5S'></sub></form><legend id='gQL5S'></legend><bdo id='gQL5S'><pre id='gQL5S'><center id='gQL5S'></center></pre></bdo></b><th id='gQL5S'></th></span></q></dt></tr></i><div id='gQL5S'><tfoot id='gQL5S'></tfoot><dl id='gQL5S'><fieldset id='gQL5S'></fieldset></dl></div>

                      <tbody id='gQL5S'></tbody>

                    <tfoot id='gQL5S'></tfoot>
                    <legend id='gQL5S'><style id='gQL5S'><dir id='gQL5S'><q id='gQL5S'></q></dir></style></legend>
                      <bdo id='gQL5S'></bdo><ul id='gQL5S'></ul>

                        <small id='gQL5S'></small><noframes id='gQL5S'>