howto.apt

来自「开源的axis2框架的源码。用于开发WEBSERVER」· APT 代码 · 共 24 行

APT
24
字号
 ------
 Maven 2 Mar Plugin: configuration examples
 ------
 Jochen Wiedmann 
 <jochen.wiedmann@gmail.com>
 ------

Goals

  The Mar plugin allows the packaging of an Axis 2 service mar in 3 different modes:

   * mar (default): generates the mar artifact

   * inplace: package the mar in the source tree

   * exploded : package an exploded mar application

  Each mode is materialized by a goal. For instance, to generate an exploded
  mar from the current project, one would type

+--------
  mvn mar:exploded
+---------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?