Maven Repository - POM file for JEE Container geronimo-javamail_1.4_spec 1.6 1.6

Summary

JavaMail 1.4.

Javamail 1.4 Specification.

Declaration

Here is the list of declaration for geronimo-javamail_1.4_spec. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.geronimo.specs</groupId>
   <artifactId>geronimo-javamail_1.4_spec</artifactId>
   <version>1.6</version>
</dependency>

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

License

Apache License.

Packages

The following packages are defined in the geronimo-javamail_1.4_spec-1.6.jar

javax.mail
javax.mail.event
javax.mail.internet
javax.mail.search
javax.mail.util
org.apache.geronimo.mail.handlers
org.apache.geronimo.mail.util




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<!--
    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: 745902 $ $Date: 2009-02-19 10:37:54 -0500 (Thu, 19 Feb 2009) $ -->

<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.specs</groupId>
        <artifactId>specs-parent</artifactId>
        <version>1.6</version>
    </parent>

    <artifactId>geronimo-javamail_1.4_spec</artifactId>
    <packaging>bundle</packaging>
    <name>JavaMail 1.4</name>
    <version>1.6</version>

    <description>Javamail 1.4 Specification</description>

    <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
    <distributionManagement>
        <site>
            <id>geronimo-website</id>
            <url>${staging.siteURL}/${siteId}/${version}</url>
        </site>
    </distributionManagement>

    <properties>
        <siteId>specs/${artifactId}</siteId>
        <geronimo.osgi.export.pkg>javax.mail*</geronimo.osgi.export.pkg>
        <geronimo.osgi.private.pkg>org.apache.geronimo.mail*</geronimo.osgi.private.pkg>
        <geronimo.osgi.export.version>1.4</geronimo.osgi.export.version>
        <geronimo.osgi.resources>src/main/resources/,META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt</geronimo.osgi.resources>
    </properties>

    <scm>
        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-javamail_1.4_spec-1.6</connection>
        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-javamail_1.4_spec-1.6</developerConnection>
        <url>https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-javamail_1.4_spec-1.6</url>
    </scm>

    <dependencies>
        <dependency>
            <groupId>org.apache.geronimo.specs</groupId>
            <artifactId>geronimo-activation_1.1_spec</artifactId>
            <version>1.0.2</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>