• <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 插件?

        时间:2023-08-21

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

                  上一篇:如何安装 Eclipse EPP(例如 3.8 上的 EPP 建模功能)? 下一篇:“修复项目属性"命令是什么意思?究竟是做什么的?

                  相关文章

                  <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>

                    <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'>