howto.apt
来自「开源的axis2框架的源码。用于开发WEBSERVER」· APT 代码 · 共 24 行
APT
24 行
------
Maven 2 Aar Plugin: configuration examples
------
Jochen Wiedmann
<jochen.wiedmann@gmail.com>
------
Introduction
The Aar plugin allows the packaging of an Axis 2 service aar in 3 different modes:
* aar (default): generates the aar artifact
* inplace: package the aar in the source tree
* exploded : package an exploded aar application
Each mode is materialized by a goal. For instance, to generate an exploded
sar from the current project, one would type
+--------
mvn aar:exploded
+---------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?