• <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 插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)
                  Eclipse gets stuck when trying to launch Android app(Eclipse 在尝试启动 Android 应用程序时卡住了)
                  Eclipse: Failed to initialize Monitor Thread: Unable to establish loopback connection(Eclipse:无法初始化监视器线程:无法建立环回连接)
                  Eclipse- JDK not found(Eclipse-找不到JDK)
                  How to make Eclipse behave well in the Windows 7 taskbar?(如何让 Eclipse 在 Windows 7 任务栏中表现良好?)
                  FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)(本机方法中的致命错误:JDWP 未初始化传输,jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197))
                  <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'>