Maven Repository - POM file for JEE Container j2ee-deployer 2.2.1 2.2.1

Summary

Geronimo Plugins, J2EE :: Deployer.

Basic JavaEE deployer functionality including the ear deployer..

Declaration

Here is the list of declaration for j2ee-deployer. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.geronimo.configs</groupId>
   <artifactId>j2ee-deployer</artifactId>
   <version>2.2.1</version>
</dependency>

If you think this Maven repository POM file listing for j2ee-deployer is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Apache License.

Depends on

The j2ee-deployer-2.2.1 has 11 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JEE Containergeronimo-gbean-deployer 2.2.1
The GBean Deployer
33
JEE Containerj2ee-server 2.2.1
Basic geronimo JavaEE support components including the transaction manager and connector framework.
13
Securityserver-security-config 2.2.1
Sample security configuration for a demo geronimo server. Not suitable for production use.
11




Depended by

The following table lists the most popular artifacts which are depending on j2ee-deployer-2.2.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Consoleconsole-tomcat 2.2.1
Geronimo Administration Console Plugin provides the base console portlets.
6
JEE Containerconnector-deployer 2.2.1
Deployer for J2CA connectors
9

Plugin

The following plugins are used in the j2ee-deployer-2.2.1.jar

  1. car-maven-plugin
  2. maven-dependency-plugin

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You 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.
-->

<!-- $Rev: 1041281 $ $Date: 2010-12-02 13:31:58 +0800 (Thu, 02 Dec 2010) $ -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.apache.geronimo.plugins</groupId>
        <artifactId>j2ee</artifactId>
        <version>2.2.1</version>
    </parent>
    
    <groupId>org.apache.geronimo.configs</groupId>
    <artifactId>j2ee-deployer</artifactId>
    <name>Geronimo Plugins, J2EE :: Deployer</name>
    <packaging>car</packaging>

    <description>
        Basic JavaEE deployer functionality including the ear deployer.
    </description>

    <dependencies>
        <dependency>
            <groupId>org.apache.geronimo.framework</groupId>
            <artifactId>geronimo-gbean-deployer</artifactId>
            <version>${version}</version>
            <type>car</type>
        </dependency>

        <dependency>
            <groupId>org.apache.geronimo.configs</groupId>
            <artifactId>j2ee-server</artifactId>
            <version>${version}</version>
            <type>car</type>
        </dependency>

        <dependency>
            <groupId>org.apache.geronimo.framework</groupId>
            <artifactId>server-security-config</artifactId>
            <version>${version}</version>
            <type>car</type>
        </dependency>

        <dependency>
            <groupId>org.apache.geronimo.modules</groupId>
            <artifactId>geronimo-j2ee-schema</artifactId>
            <version>${version}</version>
        </dependency>

        <dependency>
            <groupId>org.apache.geronimo.plugins.classloaders</groupId>
            <artifactId>geronimo-schema-jee_5</artifactId>
            <version>${version}</version>
            <type>car</type>
        </dependency>

        <dependency>
            <groupId>org.apache.geronimo.schema</groupId>
            <artifactId>geronimo-schema-j2ee_1.4</artifactId>
        </dependency>

        <!--<dependency>-->
            <!--<groupId>org.apache.geronimo.modules</groupId>-->
            <!--<artifactId>geronimo-client</artifactId>-->
            <!--<version>${version}</version>-->
        <!--</dependency>-->

        <dependency>
            <groupId>org.apache.geronimo.modules</groupId>
            <artifactId>geronimo-naming-builder</artifactId>
            <version>${version}</version>
        </dependency>

        <dependency>
            <groupId>org.apache.geronimo.modules</groupId>
            <artifactId>geronimo-j2ee-builder</artifactId>
            <version>${version}</version>
        </dependency>

        <dependency>
            <groupId>org.apache.geronimo.modules</groupId>
            <artifactId>geronimo-web-2.5-builder</artifactId>
            <version>${version}</version>
        </dependency>

        <dependency>
            <groupId>org.apache.geronimo.modules</groupId>
            <artifactId>geronimo-test-ddbean</artifactId>
            <version>${version}</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.apache.geronimo.modules</groupId>
            <artifactId>geronimo-security-builder</artifactId>
            <version>${version}</version>
        </dependency>

        <dependency>
            <groupId>org.apache.geronimo.plugins.classloaders</groupId>
            <artifactId>xbean-finder</artifactId>
            <version>${version}</version>
            <type>car</type>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-dependency-plugin</artifactId>
                <executions>
                    <execution>
                        <phase>generate-resources</phase>
                        <goals>
                            <goal>unpack</goal>
                        </goals>
                        <configuration>
                            <outputDirectory>${project.build.directory}/resources/schema</outputDirectory>
                            <artifactItems>
                                <artifactItem>
                                    <groupId>org.apache.geronimo.modules</groupId>
                                    <artifactId>geronimo-j2ee-builder</artifactId>
                                    <version>${version}</version>
                                </artifactItem>
                                <artifactItem>
                                    <groupId>org.apache.geronimo.modules</groupId>
                                    <artifactId>geronimo-naming-builder</artifactId>
                                    <version>${version}</version>
                                </artifactItem>
                                <artifactItem>
                                    <groupId>org.apache.geronimo.modules</groupId>
                                    <artifactId>geronimo-security-builder</artifactId>
                                    <version>${version}</version>
                                </artifactItem>
                            </artifactItems>
                            <includes>**/*.xsd</includes>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.geronimo.buildsupport</groupId>
                <artifactId>car-maven-plugin</artifactId>
                <configuration>
                    <category>JavaEE deployment</category>
                    <dependencies>
                        <dependency>
                            <groupId>org.apache.geronimo.configs</groupId>
                            <artifactId>j2ee-server</artifactId>
                            <type>car</type>
                            <import>classes</import>
                        </dependency>
                        <dependency>
                            <groupId>org.apache.geronimo.framework</groupId>
                            <artifactId>server-security-config</artifactId>
                            <type>car</type>
                            <import>classes</import>
                        </dependency>
                    </dependencies>

                    <instance>
                        <plugin-artifact>
                            <config-xml-content>
                                <gbean name="WebBuilder">
                                    <attribute name="defaultNamespace">http://geronimo.apache.org/xml/ns/j2ee/web/jetty-2.0</attribute>
                                </gbean>
                                <gbean name="EnvironmentEntryBuilder">
                                    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
                                </gbean>
                            </config-xml-content>
                            <config-xml-content server="offline">
                                <gbean name="WebBuilder">
                                    <attribute name="defaultNamespace">http://geronimo.apache.org/xml/ns/j2ee/web/jetty-2.0</attribute>
                                </gbean>
                                <gbean name="EnvironmentEntryBuilder">
                                    <attribute name="eeNamespaces">http://java.sun.com/xml/ns/j2ee,http://java.sun.com/xml/ns/javaee</attribute>
                                </gbean>
                            </config-xml-content>
                            <copy-file dest-dir="schema">schema/schemaorg_apache_xmlbeans/src/</copy-file>
                        </plugin-artifact>
                    </instance>
                </configuration>
            </plugin>
        </plugins>
    </build>

</project>