Maven Repository - POM file for Library util-ee-deploy-impl 1.0.18 1.0.18

Summary

OW2 Util :: EE :: Deploy :: Impl.

Implementation of deployment of EE archives..

Declaration

Here is the list of declaration for util-ee-deploy-impl. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.ow2.util</groupId>
   <artifactId>util-ee-deploy-impl</artifactId>
   <version>1.0.18</version>
</dependency>

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

License

GNU Lesser General Public License.

Packages

The following packages are defined in the util-ee-deploy-impl-1.0.18.jar

org.ow2.util.ee.deploy.impl.deployable
org.ow2.util.ee.deploy.impl.deployable.metadata
org.ow2.util.ee.deploy.impl.deployer
org.ow2.util.ee.deploy.impl.deployment.ear
org.ow2.util.ee.deploy.impl.helper




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - OW2 Util
  - Copyright (C) 2009 Bull S.A.S.
  - Contact: easybeans@ow2.org
  -
  - This library is free software; you can redistribute it and/or
  - modify it under the terms of the GNU Lesser General Public
  - License as published by the Free Software Foundation; either
  - version 2.1 of the License, or (at your option) any later version.
  -
  - This library is distributed in the hope that it will be useful,
  - but WITHOUT ANY WARRANTY; without even the implied warranty of
  - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - Lesser General Public License for more details.
  -
  - You should have received a copy of the GNU Lesser General Public
  - License along with this library; if not, write to the Free Software
  - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  -
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - $Id: pom.xml 5037 2009-06-25 06:39:37Z fornacif $
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->

<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">
  <parent>
    <groupId>org.ow2.util</groupId>
    <artifactId>util-ee-deploy</artifactId>
    <version>1.0.18</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.ow2.util</groupId>
  <artifactId>util-ee-deploy-impl</artifactId>
  <packaging>jar</packaging>
  <name>OW2 Util :: EE :: Deploy :: Impl</name>
  <description>
    Implementation of deployment of EE archives.
  </description>

  <dependencies>
    <dependency>
      <groupId>org.ow2.util</groupId>
      <artifactId>util-ee-deploy-api</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>org.ow2.util</groupId>
      <artifactId>util-archive-impl</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>org.ow2.util</groupId>
      <artifactId>util-log</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>org.ow2.util</groupId>
      <artifactId>util-url</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>org.ow2.util</groupId>
      <artifactId>util-file</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>org.ow2.util</groupId>
      <artifactId>util-xml</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>org.ow2.util</groupId>
      <artifactId>util-plan-deploy-api</artifactId>
      <version>${project.version}</version>
    </dependency>

    <dependency>
      <groupId>org.ow2.util.asm</groupId>
      <artifactId>asm</artifactId>
      <version>3.1</version>
    </dependency>

    <dependency>
      <groupId>org.ow2.util.asm</groupId>
      <artifactId>asm-commons</artifactId>
      <version>3.1</version>
    </dependency>

    <!-- Tests -->
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>${testng.version}</version>
      <classifier>jdk15</classifier>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>