------ EAR Modules ------ Edwin Punzalan ------ 31 July 2006 ------ ~~ Copyright 2006 The Apache Software Foundation. ~~ ~~ Licensed under the Apache License, Version 2.0 (the "License"); ~~ you may not use this file except in compliance with the License. ~~ You may obtain a copy of the License at ~~ ~~ http://www.apache.org/licenses/LICENSE-2.0 ~~ ~~ Unless required by applicable law or agreed to in writing, software ~~ distributed under the License is distributed on an "AS IS" BASIS, ~~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~~ See the License for the specific language governing permissions and ~~ limitations under the License. ~~ NOTE: For help with the syntax of this file, see: ~~ http://maven.apache.org/guides/mini/guide-apt-format.html EAR Modules The EAR Plugin supports additional configurations of the following modules: * {{{#ejb3Module}ejb3Module}} * {{{#ejbClientModule}ejbClientModule}} * {{{#ejbModule}ejbModule}} * {{{#jarModule}jarModule}} (previously know as javaModule and deprecated) * {{{#parModule}parModule}} * {{{#rarModule}rarModule}} * {{{#sarModule}sarModule}} * {{{#webModule}webModule}} * {{{#wsrModule}wsrModule}} * {{{#harModule}harModule}} [] If the artifact you want to configure is not listed above, you can create your own custom artifact configuration by following the {{{#Custom Artifact Types}adding custom artifact types}} guide below this page. These module names go into the <<>> parameter of the EAR Plugin. For example, to configure the properties of an EjbModule, the EAR Plugin configuration for <<>> would look like: +----- [...] [...] [...] maven-ear-plugin [...] +----- * {ejb3Module} Properties The following configuration options are available for Ejb3Module: * <> - sets the groupId of the ejb3 artifact you want to configure. * <> - sets the artifactId of the ejb3 artifact you want to configure. * <> - sets the classifier of the ejb3 artifact you want to configure if multiple ejb3 artifacts matches the groupId/artifact. * <> - sets the location of this artifact inside the ear archive. If not set, this artifact will be packaged in the root of the archive. * <> - sets the new name of this artifact inside the ear archive. If not set, the artifact's filename in the repository is used. * <> - set to true to exclude this artifact from being packaged into the ear archive. Default is false. * <> - sets the uri path of this artifact within the ear archive. Automatically determined when not set. * <> - set to true to unpack this artifact into the ear archive according to its uri. Default is false. * {ejbClientModule} Properties The following configuration options are available for EjbClientModule: * <> - sets the groupId of the ejb-client artifact you want to configure. * <> - sets the artifactId of the ejb-client artifact you want to configure. * <> - sets the classifier of the ejb-client artifact you want to configure if multiple ejb-client artifacts matches the groupId/artifact. * <> - sets the location of this artifact inside the ear archive. If not set, this artifact will be packaged in the root of the archive. * <> - sets the new name of this artifact inside the ear archive. If not set, the artifact's filename in the repository is used. * <> - set to true to exclude this artifact from being packaged into the ear archive. Default is false. * <> - sets the URI path of this artifact within the ear archive. Automatically determined when not set. * <> - set to true to unpack this artifact into the ear archive according to its uri. Default is false. * {ejbModule} Properties The following configuration options are available for EjbModule: * <> - sets the groupId of the ejb artifact you want to configure. * <> - sets the artifactId of the ejb artifact you want to configure. * <> - sets the classifier of the ejb artifact you want to configure if multiple ejb artifacts matches the groupId/artifact. * <> - sets the location of this artifact inside the ear archive. If not set, this artifact will be packaged in the root of the archive. * <> - sets the new name of this artifact inside the ear archive. If not set, the artifact's filename in the repository is used. * <> - set to true to exclude this artifact from being packaged into the ear archive. Default is false. * <> - sets the uri path of this artifact within the ear archive. Automatically determined when not set. * <> - set to true to unpack this artifact into the ear archive according to its uri. Default is false. * {jarModule} Properties The following configuration options are available for JarModule: * <> - sets the groupId of the jar artifact you want to configure. * <> - sets the artifactId of the jar artifact you want to configure. * <> - sets the classifier of the jar artifact you want to configure if multiple jar artifacts matches the groupId/artifact. * <> - sets the location of this artifact inside the ear archive. If not set, this artifact will be packaged in the root of the archive. * <> - sets the new name of this artifact inside the ear archive. If not set, the artifact's filename in the repository is used. * <> - set to true to exclude this artifact from being packaged into the ear archive. Default is false. * <> - sets the uri path of this artifact within the ear archive. Automatically determined when not set. * <> - set to true to unpack this artifact into the ear archive according to its uri. Default is false. * <> - set to true to if you want to generate an entry of this module in <<>>. Default is false. * {parModule} Properties The following configuration options are available for ParModule: * <> - sets the groupId of the par artifact you want to configure. * <> - sets the artifactId of the par artifact you want to configure. * <> - sets the classifier of the par artifact you want to configure if multiple par artifacts matches the groupId/artifact. * <> - sets the location of this artifact inside the ear archive. If not set, this artifact will be packaged in the root of the archive. * <> - sets the new name of this artifact inside the ear archive. If not set, the artifact's filename in the repository is used. * <> - set to true to exclude this artifact from being packaged into the ear archive. Default is false. * <> - sets the uri path of this artifact within the ear archive. Automatically determined when not set. * <> - set to true to unpack this artifact into the ear archive according to its uri. Default is false. * {rarModule} Properties The following configuration options are available for RarModule: * <> - sets the groupId of the rar artifact you want to configure. * <> - sets the artifactId of the rar artifact you want to configure. * <> - sets the classifier of the rar artifact you want to configure if multiple rar artifacts matches the groupId/artifact. * <> - sets the location of this artifact inside the ear archive. If not set, this artifact will be packaged in the root of the archive. * <> - sets the new name of this artifact inside the ear archive. If not set, the artifact's filename in the repository is used. * <> - set to true to exclude this artifact from being packaged into the ear archive. Default is false. * <> - sets the uri path of this artifact within the ear archive. Automatically determined when not set. * <> - set to true to unpack this artifact into the ear archive according to its uri. Default is false. * {sarModule} Properties The following configuration options are available for SarModule: * <> - sets the groupId of the sar artifact you want to configure. * <> - sets the artifactId of the sar artifact you want to configure. * <> - sets the classifier of the sar artifact you want to configure if multiple sar artifacts matches the groupId/artifact. * <> - sets the location of this artifact inside the ear archive. If not set, this artifact will be packaged in the root of the archive. * <> - sets the new name of this artifact inside the ear archive. If not set, the artifact's filename in the repository is used. * <> - set to true to exclude this artifact from being packaged into the ear archive. Default is false. * <> - sets the uri path of this artifact within the ear archive. Automatically determined when not set. * <> - set to true to unpack this artifact into the ear archive according to its uri. Default is false. * {webModule} Properties The following configuration options are available for WebModule: * <> - sets the groupId of the web artifact you want to configure. * <> - sets the artifactId of the web artifact you want to configure. * <> - sets the classifier of the web artifact you want to configure if multiple web artifacts matches the groupId/artifact. * <> - sets the location of this artifact inside the ear archive. If not set, this artifact will be packaged in the root of the archive. * <> - sets the new name of this artifact inside the ear archive. If not set, the artifact's filename in the repository is used. * <> - set to true to exclude this artifact from being packaged into the ear archive. Default is false. * <> - sets the uri path of this artifact within the ear archive. Automatically determined when not set. * <> - set to true to unpack this artifact into the ear archive according to its uri. Default is false. * <> - sets the context root of this web artifact. * {wsrModule} Properties The following configuration options are available for WsrModule: * <> - sets the groupId of the wsr artifact you want to configure. * <> - sets the artifactId of the wsr artifact you want to configure. * <> - sets the classifier of the wst artifact you want to configure if multiple wsr artifacts matches the groupId/artifact. * <> - sets the location of this artifact inside the ear archive. If not set, this artifact will be packaged in the root of the archive. * <> - sets the new name of this artifact inside the ear archive. If not set, the artifact's filename in the repository is used. * <> - set to true to exclude this artifact from being packaged into the ear archive. Default is false. * <> - sets the uri path of this artifact within the ear archive. Automatically determined when not set. * <> - set to true to unpack this artifact into the ear archive according to its uri. Default is false. * {harModule} Properties The following configuration options are available for HarModule: * <> - sets the groupId of the hibernate archive artifact you want to configure. * <> - sets the artifactId of the hibernate archive artifact you want to configure. * <> - sets the classifier of the hibernate archive artifact you want to configure if multiple hibernate archive artifacts matches the groupId/artifact. * <> - sets the location of this artifact inside the ear archive. If not set, this artifact will be packaged in the root of the archive. * <> - sets the new name of this artifact inside the ear archive. If not set, the artifact's filename in the repository is used. * <> - set to true to exclude this artifact from being packaged into the ear archive. Default is false. * <> - sets the uri path of this artifact within the ear archive. Automatically determined when not set. * <> - set to true to unpack this artifact into the ear archive according to its uri. Default is false. * Adding {Custom Artifact Types} If you need to map a custom artifact type to one of those types, use the <<>>. For instance, to map a custom 'my-rar' to the 'rar' standard artifact's type, add the following to the pom's configuration: +-------- org.apache.maven.plugins maven-ear-plugin +---------