549N/A<?xml version="1.0" encoding="iso-8859-1"?>
549N/A<!--
549N/A
549N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
549N/A
811N/A Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
549N/A
549N/A The contents of this file are subject to the terms of either the GNU
549N/A General Public License Version 2 only ("GPL") or the Common Development
549N/A and Distribution License("CDDL") (collectively, the "License"). You
549N/A may not use this file except in compliance with the License. You can
549N/A obtain a copy of the License at
549N/A https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
549N/A or packager/legal/LICENSE.txt. See the License for the specific
549N/A language governing permissions and limitations under the License.
549N/A
549N/A When distributing the software, include this License Header Notice in each
549N/A file and include the License file at packager/legal/LICENSE.txt.
549N/A
549N/A GPL Classpath Exception:
549N/A Oracle designates this particular file as subject to the "Classpath"
549N/A exception as provided by Oracle in the GPL Version 2 section of the License
549N/A file that accompanied this code.
549N/A
549N/A Modifications:
549N/A If applicable, add the following below the License Header, with the fields
549N/A enclosed by brackets [] replaced by your own identifying information:
549N/A "Portions Copyright [year] [name of copyright owner]"
549N/A
549N/A Contributor(s):
549N/A If you wish your version of this file to be governed by only the CDDL or
549N/A only the GPL Version 2, indicate your decision by adding "[Contributor]
549N/A elects to include this software in this distribution under the [CDDL or GPL
549N/A Version 2] license." If you don't indicate a single choice of license, a
549N/A recipient has the option to distribute your version of this file under
549N/A either the CDDL, the GPL Version 2 or to extend the choice of license to
549N/A its licensees as provided above. However, if you add GPL Version 2 code
549N/A and therefore, elected the GPL Version 2 license, then the option applies
549N/A only if the new code is made subject to such option by the copyright
549N/A holder.
549N/A
549N/A-->
549N/A
549N/A<project xmlns="http://maven.apache.org/POM/4.0.0"
549N/A xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
549N/A xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
549N/A http://maven.apache.org/maven-v4_0_0.xsd">
549N/A <parent>
549N/A <groupId>com.sun.mail</groupId>
549N/A <artifactId>all</artifactId>
813N/A <version>1.5.6-SNAPSHOT</version>
549N/A </parent>
549N/A <modelVersion>4.0.0</modelVersion>
549N/A <groupId>com.sun.mail</groupId>
549N/A <artifactId>publish</artifactId>
549N/A <packaging>pom</packaging>
813N/A <version>1.5.6-SNAPSHOT</version>
549N/A <name>JavaMail API publish project</name>
549N/A
549N/A <build>
549N/A <plugins>
549N/A <!--
550N/A This is the rule that collects the release artifacts and
550N/A creates the samples zip file for a release.
549N/A -->
549N/A <plugin>
549N/A <artifactId>maven-assembly-plugin</artifactId>
549N/A <inherited>false</inherited>
549N/A <executions>
549N/A <execution>
549N/A <phase>package</phase>
549N/A <goals>
553N/A <goal>single</goal>
549N/A </goals>
549N/A <configuration>
550N/A <finalName>javamail</finalName>
549N/A <descriptors>
549N/A <descriptor>publish.xml</descriptor>
549N/A <descriptor>samples.xml</descriptor>
549N/A </descriptors>
549N/A </configuration>
549N/A </execution>
549N/A </executions>
549N/A </plugin>
549N/A </plugins>
549N/A </build>
549N/A
549N/A <dependencies>
549N/A <dependency>
549N/A <groupId>com.sun.mail</groupId>
549N/A <artifactId>javax.mail</artifactId>
813N/A <version>1.5.6-SNAPSHOT</version>
549N/A </dependency>
552N/A <!--
549N/A <dependency>
549N/A <groupId>com.sun.mail</groupId>
549N/A <artifactId>demo</artifactId>
813N/A <version>1.5.6-SNAPSHOT</version>
549N/A </dependency>
549N/A <dependency>
549N/A <groupId>com.sun.mail</groupId>
549N/A <artifactId>client</artifactId>
813N/A <version>1.5.6-SNAPSHOT</version>
549N/A </dependency>
549N/A <dependency>
549N/A <groupId>com.sun.mail</groupId>
549N/A <artifactId>servlet</artifactId>
813N/A <version>1.5.6-SNAPSHOT</version>
549N/A </dependency>
549N/A <dependency>
549N/A <groupId>com.sun.mail</groupId>
549N/A <artifactId>webapp</artifactId>
549N/A <type>war</type>
813N/A <version>1.5.6-SNAPSHOT</version>
549N/A </dependency>
549N/A <dependency>
549N/A <groupId>com.sun.mail</groupId>
549N/A <artifactId>taglib</artifactId>
813N/A <version>1.5.6-SNAPSHOT</version>
549N/A </dependency>
549N/A <dependency>
549N/A <groupId>com.sun.mail</groupId>
549N/A <artifactId>logging</artifactId>
813N/A <version>1.5.6-SNAPSHOT</version>
549N/A </dependency>
549N/A <dependency>
549N/A <groupId>com.sun.mail</groupId>
549N/A <artifactId>outlook</artifactId>
813N/A <version>1.5.6-SNAPSHOT</version>
549N/A </dependency>
552N/A -->
549N/A </dependencies>
549N/A</project>