Plugin Documentation

本文档详细介绍Apache Maven EJB Plugin的功能与用法,包括如何从当前项目构建EJB及其客户端,配置插件版本,以及运行帮助命令显示详细参数。适用于Maven 3.0及以上版本,JDK 1.7及以上环境。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Apache Maven EJB Plugin

Apache/ Maven/ Plugins/ Apache Maven EJB Plugin/ Plugin Documentation
| Last Published: 2018-05-03
Version: 3.0.1

Overview
Introduction
Goals
Usage
FAQ
License
Download
Examples
Filter the deployment descriptor
Generating an EJB client
Using the ejb-client as a dependency
Project Documentation
Project Information
Project Reports
    Surefire Report
    Checkstyle
    Source Xref
    Test Source Xref
    Tag List
    Javadoc
    Test Javadoc
    FindBugs
    Sonar
    Plugin Documentation
    Invoker Build Results
Maven Projects
Archetype
Artifact Resolver
Doxia
JXR
Maven
Parent POMs
Plugins
Plugin Testing
Plugin Tools
Resource Bundles
SCM
Shared Components
Skins
Surefire
Wagon
ASF
How Apache Works
Foundation
Sponsoring Apache
Thanks

Follow ASFMavenProject
Built by Maven
Plugin Documentation

Goals available for this plugin:
Goal Description
ejb:ejb Build an EJB (and optional client) from the current project.
ejb:help Display help information on maven-ejb-plugin.
Call mvn ejb:help -Ddetail=true -Dgoal= to display parameter details.
System Requirements

The following specifies the minimum requirements to run this Maven plugin:
Maven 3.0
JDK 1.7
Memory No minimum requirement.
Disk Space No minimum requirement.
Usage

You should specify the version in your project’s plugin configuration:

<project>
  ...
  <build>
    <!-- To define the plugin version in your parent POM -->
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-ejb-plugin</artifactId>
          <version>3.0.1</version>
        </plugin>
        ...
      </plugins>
    </pluginManagement>
    <!-- To use the plugin goals in your POM or parent POM -->
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-ejb-plugin</artifactId>
        <version>3.0.1</version>
      </plugin>
      ...
    </plugins>
  </build>
  ...
</project>

For more information, see “Guide to Configuring Plug-ins”

Copyright ©2002–2018 The Apache Software Foundation. All rights reserved.

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值