52N/A<?xml version="1.0" encoding="iso-8859-1"?>
52N/A<!--
292N/A
52N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
52N/A
695N/A Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
52N/A
52N/A The contents of this file are subject to the terms of either the GNU
52N/A General Public License Version 2 only ("GPL") or the Common Development
52N/A and Distribution License("CDDL") (collectively, the "License"). You
292N/A may not use this file except in compliance with the License. You can
292N/A obtain a copy of the License at
292N/A https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
292N/A or packager/legal/LICENSE.txt. See the License for the specific
52N/A language governing permissions and limitations under the License.
52N/A
52N/A When distributing the software, include this License Header Notice in each
292N/A file and include the License file at packager/legal/LICENSE.txt.
292N/A
292N/A GPL Classpath Exception:
292N/A Oracle designates this particular file as subject to the "Classpath"
292N/A exception as provided by Oracle in the GPL Version 2 section of the License
292N/A file that accompanied this code.
292N/A
292N/A Modifications:
292N/A If applicable, add the following below the License Header, with the fields
292N/A enclosed by brackets [] replaced by your own identifying information:
292N/A "Portions Copyright [year] [name of copyright owner]"
52N/A
52N/A Contributor(s):
52N/A If you wish your version of this file to be governed by only the CDDL or
52N/A only the GPL Version 2, indicate your decision by adding "[Contributor]
52N/A elects to include this software in this distribution under the [CDDL or GPL
52N/A Version 2] license." If you don't indicate a single choice of license, a
52N/A recipient has the option to distribute your version of this file under
52N/A either the CDDL, the GPL Version 2 or to extend the choice of license to
52N/A its licensees as provided above. However, if you add GPL Version 2 code
52N/A and therefore, elected the GPL Version 2 license, then the option applies
52N/A only if the new code is made subject to such option by the copyright
52N/A holder.
292N/A
52N/A-->
52N/A
6N/A<project xmlns="http://maven.apache.org/POM/4.0.0"
6N/A xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6N/A xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
6N/A http://maven.apache.org/maven-v4_0_0.xsd">
377N/A <parent>
377N/A <groupId>net.java</groupId>
377N/A <artifactId>jvnet-parent</artifactId>
377N/A <version>1</version>
377N/A </parent>
6N/A <modelVersion>4.0.0</modelVersion>
15N/A <groupId>com.sun.mail</groupId>
6N/A <artifactId>all</artifactId>
6N/A <packaging>pom</packaging>
813N/A <version>1.5.6-SNAPSHOT</version>
6N/A <name>JavaMail API distribution</name>
15N/A <description>${project.name}</description>
549N/A <url>http://javamail.java.net</url>
6N/A
377N/A <scm>
549N/A <connection>scm:hg:http://java.net/hg/javamail~mercurial</connection>
549N/A <developerConnection>scm:hg:https://java.net/hg/javamail~mercurial</developerConnection>
549N/A <url>http://java.net/hg/javamail~mercurial</url>
377N/A </scm>
377N/A
377N/A <issueManagement>
377N/A <system>Bugzilla</system>
377N/A <url>http://kenai.com/bugzilla</url>
377N/A </issueManagement>
377N/A
6N/A <licenses>
6N/A <license>
549N/A <name>CDDL/GPLv2+CE</name>
467N/A <url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
467N/A <distribution>repo</distribution>
549N/A <comments>CDDL or GPL version 2 plus the Classpath Exception</comments>
6N/A </license>
6N/A </licenses>
6N/A
6N/A <organization>
302N/A <name>Oracle</name>
302N/A <url>http://www.oracle.com</url>
6N/A </organization>
6N/A
6N/A <properties>
813N/A <mail.version>1.5.6-SNAPSHOT</mail.version>
121N/A <!-- like mail.version, but with underscores instead of dots -->
813N/A <mail.zipversion>1_5_6-SNAPSHOT</mail.zipversion>
525N/A <mail.spec.version>1.5</mail.spec.version>
15N/A <!-- defaults that are overridden in mail module -->
15N/A <mail.extensionName>
15N/A ${project.groupId}.${project.artifactId}
15N/A </mail.extensionName>
15N/A <mail.specificationTitle>
15N/A ${project.groupId}.${project.artifactId}
15N/A </mail.specificationTitle>
15N/A <mail.implementationTitle>
15N/A ${project.groupId}.${project.artifactId}
15N/A </mail.implementationTitle>
302N/A <mail.bundle.symbolicName>
302N/A ${project.groupId}.${project.artifactId}
302N/A </mail.bundle.symbolicName>
545N/A <mail.bundle.symbolicName>
545N/A ${project.groupId}.${project.artifactId}
545N/A </mail.bundle.symbolicName>
44N/A <mail.packages.export>
44N/A javax.mail.*; version=${mail.spec.version}
44N/A </mail.packages.export>
191N/A <mail.packages.import>
191N/A javax.security.sasl;resolution:=optional,
191N/A sun.security.util;resolution:=optional,
191N/A *
191N/A </mail.packages.import>
44N/A <mail.packages.private>
44N/A com.sun.mail.*
44N/A </mail.packages.private>
190N/A <mail.probeFile/>
194N/A <!-- for the osgiversion-maven-plugin -->
439N/A <hk2.plugin.version>2.0.0</hk2.plugin.version>
525N/A <javac.path>/opt/jdk1.5/bin/javac</javac.path>
221N/A <project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
349N/A <findbugs.threshold>
349N/A High
349N/A </findbugs.threshold>
367N/A <findbugs.version>
730N/A 3.0.1
367N/A </findbugs.version>
367N/A <findbugs.skip>
367N/A true
367N/A </findbugs.skip>
367N/A <findbugs.exclude/>
6N/A </properties>
6N/A
6N/A <developers>
467N/A <developer>
467N/A <id>shannon</id>
467N/A <name>Bill Shannon</name>
451N/A <email>bill.shannon@oracle.com</email>
467N/A <organization>Oracle</organization>
467N/A <roles>
467N/A <role>lead</role>
467N/A </roles>
467N/A </developer>
6N/A </developers>
6N/A
583N/A <!-- following to enable use of "mvn site:stage" -->
583N/A <distributionManagement>
583N/A <site>
583N/A <id>oracle.com</id>
583N/A <url>file:/tmp</url> <!-- not used -->
583N/A </site>
583N/A </distributionManagement>
583N/A
6N/A <modules>
6N/A <module>mail</module>
6N/A <module>mailapi</module>
302N/A <module>mailapijar</module>
6N/A <module>smtp</module>
6N/A <module>imap</module>
459N/A <module>gimap</module>
6N/A <module>pop3</module>
6N/A <module>dsn</module>
695N/A <module>mailhandler</module>
754N/A <module>android</module>
6N/A </modules>
6N/A
63N/A <profiles>
63N/A <!--
63N/A This profile contains modules that should only be built
63N/A but not installed or deployed.
63N/A -->
63N/A <profile>
63N/A <id>build-only</id>
63N/A <modules>
63N/A <module>mbox</module>
63N/A <module>demo</module>
63N/A <module>client</module>
63N/A <module>servlet</module>
63N/A <module>webapp</module>
63N/A <module>taglib</module>
168N/A <module>logging</module>
275N/A <module>outlook</module>
63N/A <module>javadoc</module>
552N/A <module>publish</module>
63N/A </modules>
63N/A <activation>
63N/A <activeByDefault>true</activeByDefault>
63N/A </activation>
63N/A </profile>
63N/A
63N/A <!--
377N/A This profile is used for deploying a JavaMail final release.
377N/A
63N/A Activating this profile manually for deployment causes
63N/A the above profile to be deactivated, which works around
63N/A an apparent bug in maven that prevents me from manually
63N/A deactivating a profile. This profile purposely has none
63N/A of the modules I don't want to be deployed.
63N/A -->
63N/A <profile>
377N/A <id>deploy-release</id>
288N/A <modules>
288N/A <module>parent-distrib</module>
288N/A </modules>
327N/A <build>
327N/A <plugins>
327N/A <plugin>
327N/A <groupId>org.apache.maven.plugins</groupId>
327N/A <artifactId>maven-surefire-plugin</artifactId>
327N/A <configuration>
327N/A <skip>true</skip>
327N/A </configuration>
327N/A </plugin>
377N/A
377N/A <plugin>
377N/A <groupId>org.apache.maven.plugins</groupId>
377N/A <artifactId>maven-javadoc-plugin</artifactId>
377N/A <executions>
377N/A <execution>
377N/A <id>attach-javadocs</id>
377N/A <goals>
377N/A <goal>jar</goal>
377N/A </goals>
377N/A </execution>
377N/A </executions>
377N/A </plugin>
377N/A
377N/A <plugin>
377N/A <groupId>org.apache.maven.plugins</groupId>
377N/A <artifactId>maven-gpg-plugin</artifactId>
377N/A <version>1.1</version>
377N/A <executions>
377N/A <execution>
377N/A <id>sign-artifacts</id>
377N/A <phase>verify</phase>
377N/A <goals>
377N/A <goal>sign</goal>
377N/A </goals>
377N/A </execution>
377N/A </executions>
377N/A </plugin>
377N/A </plugins>
377N/A </build>
377N/A </profile>
377N/A
377N/A <!--
377N/A This profile is used for deploying a JavaMail SNAPSHOT release.
377N/A It's identical to the above deploy-release profile except that
377N/A artifacts aren't signed.
377N/A -->
377N/A <profile>
377N/A <id>deploy-snapshot</id>
377N/A <modules>
377N/A <module>parent-distrib</module>
377N/A </modules>
377N/A <build>
377N/A <plugins>
377N/A <plugin>
377N/A <groupId>org.apache.maven.plugins</groupId>
377N/A <artifactId>maven-surefire-plugin</artifactId>
377N/A <configuration>
377N/A <skip>true</skip>
377N/A </configuration>
377N/A </plugin>
377N/A
377N/A <plugin>
377N/A <groupId>org.apache.maven.plugins</groupId>
377N/A <artifactId>maven-javadoc-plugin</artifactId>
377N/A <executions>
377N/A <execution>
377N/A <id>attach-javadocs</id>
377N/A <goals>
377N/A <goal>jar</goal>
377N/A </goals>
377N/A </execution>
377N/A </executions>
377N/A </plugin>
327N/A </plugins>
327N/A </build>
63N/A </profile>
220N/A
220N/A <!--
487N/A A special profile for compiling with the real JDK 1.5
220N/A compiler, to make sure there are no accidental dependencies
487N/A on JDK 1.6 or newer APIs. Set the property javac.path to the path
487N/A to the JDK 1.5 compiler, e.g.,
487N/A "mvn -P1.5 -Djavac.path=/opt/jdk1.5/bin/javac".
220N/A -->
220N/A <profile>
487N/A <id>1.5</id>
220N/A <build>
220N/A <plugins>
220N/A <plugin>
220N/A <artifactId>maven-compiler-plugin</artifactId>
220N/A <executions>
220N/A <execution>
220N/A <id>default-compile</id>
220N/A <configuration>
220N/A <fork>true</fork>
220N/A <executable>${javac.path}</executable>
515N/A <compilerVersion>1.5</compilerVersion>
487N/A <source>1.5</source>
487N/A <target>1.5</target>
793N/A <compilerArgs combine.self="override">
793N/A <arg>-Xlint</arg>
793N/A <arg>-Xlint:-finally</arg>
793N/A </compilerArgs>
789N/A <showDeprecation>true</showDeprecation>
789N/A <showWarnings>true</showWarnings>
220N/A </configuration>
220N/A </execution>
220N/A </executions>
220N/A </plugin>
220N/A </plugins>
220N/A </build>
220N/A </profile>
63N/A </profiles>
63N/A
6N/A <build>
26N/A <defaultGoal>install</defaultGoal>
467N/A <plugins>
44N/A <!--
565N/A Make sure we're using the correct version of maven.
213N/A -->
213N/A <plugin>
213N/A <groupId>org.apache.maven.plugins</groupId>
213N/A <artifactId>maven-enforcer-plugin</artifactId>
222N/A <executions>
222N/A <execution>
222N/A <id>enforce-version</id>
222N/A <goals>
222N/A <goal>enforce</goal>
222N/A </goals>
222N/A <configuration>
222N/A <rules>
222N/A <requireMavenVersion>
222N/A <version>[2.2.1,)</version>
222N/A </requireMavenVersion>
222N/A </rules>
222N/A </configuration>
222N/A </execution>
222N/A </executions>
213N/A </plugin>
213N/A
213N/A <!--
44N/A This plugin is reponsible for packaging artifacts
44N/A as OSGi bundles. Please refer to
302N/A http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html
44N/A for more information about how to use this plugin.
44N/A -->
44N/A <plugin>
44N/A <groupId>org.apache.felix</groupId>
44N/A <artifactId>maven-bundle-plugin</artifactId>
44N/A <configuration>
44N/A <instructions>
302N/A <Bundle-SymbolicName>
302N/A ${mail.bundle.symbolicName}
302N/A </Bundle-SymbolicName>
44N/A <Export-Package>
44N/A ${mail.packages.export}
44N/A </Export-Package>
191N/A <Import-Package>
191N/A ${mail.packages.import}
191N/A </Import-Package>
44N/A <Private-Package>
44N/A ${mail.packages.private}
44N/A </Private-Package>
206N/A <DynamicImport-Package>
206N/A *
206N/A </DynamicImport-Package>
44N/A </instructions>
44N/A </configuration>
44N/A <!--
44N/A Since we don't change the packaging type to bundle, we
44N/A need to configure the plugin to execute the manifest goal
44N/A during the process-classes phase of the build life cycle.
44N/A -->
44N/A <executions>
44N/A <execution>
44N/A <id>osgi-manifest</id>
44N/A <phase>process-classes</phase>
44N/A <goals>
44N/A <goal>manifest</goal>
44N/A </goals>
44N/A </execution>
44N/A </executions>
44N/A </plugin>
194N/A
194N/A <!--
194N/A Since we don't want a qualifier like b05 or SNAPSHOT to
194N/A appear in the OSGi package version attribute, we use
194N/A the following plugin to populate a project property
194N/A with an OSGi version that is equivalent to the maven
194N/A version without the qualifier.
194N/A -->
194N/A <plugin>
439N/A <groupId>org.glassfish.hk2</groupId>
194N/A <artifactId>osgiversion-maven-plugin</artifactId>
194N/A <version>${hk2.plugin.version}</version>
194N/A <configuration>
194N/A <dropVersionComponent>qualifier</dropVersionComponent>
194N/A <versionPropertyName>mail.osgiversion</versionPropertyName>
194N/A </configuration>
194N/A <executions>
194N/A <execution>
194N/A <id>compute-osgi-version</id>
194N/A <goals>
194N/A <goal>compute-osgi-version</goal>
194N/A </goals>
194N/A </execution>
194N/A </executions>
194N/A </plugin>
194N/A
213N/A <!--
487N/A Use the 1.5 compiler for JavaMail itself and the test classes.
213N/A -->
467N/A <plugin>
467N/A <artifactId>maven-compiler-plugin</artifactId>
213N/A <executions>
213N/A <execution>
213N/A <id>default-compile</id>
213N/A <configuration>
487N/A <source>1.5</source>
487N/A <target>1.5</target>
800N/A <!--
800N/A XXX - workaround for bug in maven compiler
800N/A plugin versions 3.0 - 3.3 (at least):
800N/A https://issues.apache.org/jira/browse/MCOMPILER-209
800N/A -->
800N/A <useIncrementalCompilation>false</useIncrementalCompilation>
213N/A </configuration>
213N/A </execution>
213N/A <execution>
213N/A <id>default-testCompile</id>
213N/A <configuration>
213N/A <source>1.5</source>
213N/A <target>1.5</target>
213N/A </configuration>
213N/A </execution>
213N/A </executions>
6N/A </plugin>
6N/A
6N/A <plugin>
15N/A <artifactId>maven-jar-plugin</artifactId>
15N/A <configuration>
15N/A <finalName>${project.artifactId}</finalName>
15N/A <archive>
44N/A <!--
44N/A Configure the maven-jar-plugin to pick up
44N/A META-INF/MANIFEST.MF that's generated by
44N/A the maven-bundle-plugin.
44N/A -->
44N/A <manifestFile>
44N/A ${project.build.outputDirectory}/META-INF/MANIFEST.MF
44N/A </manifestFile>
15N/A <manifestEntries>
15N/A <Extension-Name>
15N/A ${mail.extensionName}
15N/A </Extension-Name>
15N/A <Specification-Title>
15N/A ${mail.specificationTitle}
15N/A </Specification-Title>
15N/A <Specification-Version>
302N/A ${mail.spec.version}
302N/A </Specification-Version>
15N/A <Specification-Vendor>
15N/A ${project.organization.name}
15N/A </Specification-Vendor>
15N/A <Implementation-Title>
15N/A ${mail.implementationTitle}
15N/A </Implementation-Title>
15N/A <Implementation-Version>
15N/A ${project.version}
15N/A </Implementation-Version>
15N/A <Implementation-Vendor>
15N/A ${project.organization.name}
15N/A </Implementation-Vendor>
15N/A <Implementation-Vendor-Id>
15N/A com.sun
15N/A </Implementation-Vendor-Id>
190N/A <Probe-Provider-XML-File-Names>
190N/A ${mail.probeFile}
190N/A </Probe-Provider-XML-File-Names>
15N/A </manifestEntries>
15N/A </archive>
15N/A <excludes>
15N/A <exclude>**/*.java</exclude>
15N/A </excludes>
15N/A </configuration>
6N/A </plugin>
6N/A
6N/A <!--
372N/A Tell the source plugin about the sources that may have
372N/A been downloaded by the maven-dependency-plugin.
467N/A
467N/A Also, need this plugin to define target/classes as another
467N/A source directory so that the filtered Version.java
467N/A that's copied there will also be compiled when using
467N/A the latest version of the maven-compiler-plugin.
372N/A -->
467N/A
372N/A <plugin>
372N/A <groupId>org.codehaus.mojo</groupId>
372N/A <artifactId>build-helper-maven-plugin</artifactId>
372N/A <executions>
372N/A <execution>
372N/A <id>add-source</id>
467N/A <phase>generate-sources</phase>
372N/A <goals>
372N/A <goal>add-source</goal>
372N/A </goals>
372N/A <configuration>
372N/A <sources>
467N/A <source> <!-- for dependencies -->
372N/A ${project.build.directory}/sources
372N/A </source>
467N/A <source> <!-- for Version.java -->
467N/A target/classes
467N/A </source>
372N/A </sources>
372N/A </configuration>
372N/A </execution>
372N/A </executions>
372N/A </plugin>
372N/A
372N/A <!--
372N/A Configure the source plugin here so that it will know
372N/A about the sources that may have been downloaded by the
372N/A maven-dependency-plugin and configured by the
372N/A build-helper-maven-plugin.
372N/A -->
372N/A <plugin>
372N/A <groupId>org.apache.maven.plugins</groupId>
372N/A <artifactId>maven-source-plugin</artifactId>
372N/A <executions>
372N/A <execution>
372N/A <id>attach-sources</id>
372N/A <goals>
372N/A <goal>jar-no-fork</goal>
372N/A </goals>
372N/A </execution>
372N/A </executions>
372N/A <configuration>
372N/A <includePom>true</includePom>
467N/A <!--
467N/A Since we added the classes directory using the
467N/A build-helper-maven-plugin above, we need to exclude
467N/A the class files from the source jar file.
467N/A -->
467N/A <excludes>
467N/A <exclude>**/*.class</exclude>
467N/A </excludes>
372N/A </configuration>
372N/A </plugin>
372N/A
63N/A<!-- not used
63N/A <plugin>
63N/A <artifactId>maven-release-plugin</artifactId>
63N/A <configuration>
63N/A <arguments>-P deploy</arguments>
63N/A </configuration>
63N/A </plugin>
63N/A-->
467N/A </plugins>
63N/A
164N/A <pluginManagement>
164N/A <plugins>
164N/A <plugin>
441N/A <groupId>org.apache.maven.plugins</groupId>
441N/A <artifactId>maven-compiler-plugin</artifactId>
793N/A <version>3.3</version>
441N/A </plugin>
441N/A <plugin>
441N/A <groupId>org.apache.maven.plugins</groupId>
441N/A <artifactId>maven-surefire-plugin</artifactId>
441N/A <version>2.4.3</version>
441N/A </plugin>
441N/A <plugin>
441N/A <groupId>org.apache.maven.plugins</groupId>
441N/A <artifactId>maven-jar-plugin</artifactId>
761N/A <!-- need at least this version to make excludes work -->
441N/A <version>2.4</version>
441N/A </plugin>
441N/A <plugin>
441N/A <groupId>org.codehaus.mojo</groupId>
441N/A <artifactId>build-helper-maven-plugin</artifactId>
441N/A <version>1.7</version>
441N/A </plugin>
441N/A <plugin>
549N/A <groupId>org.apache.maven.plugins</groupId>
549N/A <artifactId>maven-assembly-plugin</artifactId>
549N/A <version>2.4</version>
549N/A </plugin>
549N/A <plugin>
164N/A <!--
164N/A By default, disable the FindBugs plugin for all modules.
367N/A It's enabled in the modules where we actually want to
367N/A run it.
164N/A -->
164N/A <groupId>org.codehaus.mojo</groupId>
164N/A <artifactId>findbugs-maven-plugin</artifactId>
367N/A <version>${findbugs.version}</version>
164N/A <configuration>
367N/A <skip>${findbugs.skip}</skip>
367N/A <threshold>${findbugs.threshold}</threshold>
367N/A <findbugsXmlWithMessages>true</findbugsXmlWithMessages>
367N/A <excludeFilterFile>
367N/A ${findbugs.exclude}
367N/A </excludeFilterFile>
164N/A </configuration>
164N/A </plugin>
314N/A <plugin>
314N/A <groupId>org.apache.maven.plugins</groupId>
314N/A <artifactId>maven-enforcer-plugin</artifactId>
314N/A <version>1.0</version>
314N/A </plugin>
314N/A <plugin>
314N/A <groupId>org.apache.felix</groupId>
314N/A <artifactId>maven-bundle-plugin</artifactId>
314N/A <version>2.1.0</version>
314N/A </plugin>
371N/A <plugin>
371N/A <groupId>org.apache.maven.plugins</groupId>
371N/A <artifactId>maven-source-plugin</artifactId>
371N/A <version>2.1.2</version>
371N/A </plugin>
457N/A <plugin>
457N/A <groupId>org.apache.maven.plugins</groupId>
457N/A <artifactId>maven-javadoc-plugin</artifactId>
721N/A <version>2.10</version>
721N/A <configuration>
721N/A <!-- make all the APIs available for javadoc -->
721N/A <additionalDependencies>
721N/A <additionalDependency>
721N/A <groupId>com.sun.mail</groupId>
721N/A <artifactId>javax.mail</artifactId>
721N/A <version>${mail.version}</version>
721N/A </additionalDependency>
745N/A <additionalDependency>
745N/A <groupId>com.sun.mail</groupId>
745N/A <artifactId>gimap</artifactId>
745N/A <version>${mail.version}</version>
745N/A </additionalDependency>
721N/A </additionalDependencies>
721N/A </configuration>
457N/A </plugin>
457N/A <plugin>
457N/A <groupId>org.apache.maven.plugins</groupId>
457N/A <artifactId>maven-war-plugin</artifactId>
457N/A <version>2.2</version>
457N/A </plugin>
583N/A <plugin>
583N/A <groupId>org.apache.maven.plugins</groupId>
583N/A <artifactId>maven-project-info-reports-plugin</artifactId>
583N/A <version>2.7</version>
583N/A </plugin>
164N/A </plugins>
164N/A </pluginManagement>
6N/A </build>
6N/A
32N/A <dependencyManagement>
32N/A <dependencies>
32N/A <dependency>
308N/A <groupId>com.sun.mail</groupId>
308N/A <artifactId>javax.mail</artifactId>
32N/A <version>${mail.version}</version>
32N/A </dependency>
32N/A <dependency>
32N/A <groupId>com.sun.mail</groupId>
32N/A <artifactId>dsn</artifactId>
32N/A <version>${mail.version}</version>
32N/A </dependency>
32N/A <dependency>
32N/A <groupId>com.sun.mail</groupId>
459N/A <artifactId>gimap</artifactId>
459N/A <version>${mail.version}</version>
459N/A </dependency>
459N/A <dependency>
459N/A <groupId>com.sun.mail</groupId>
32N/A <artifactId>mbox</artifactId>
32N/A <version>${mail.version}</version>
32N/A </dependency>
32N/A <dependency>
32N/A <groupId>com.sun.mail</groupId>
32N/A <artifactId>taglib</artifactId>
32N/A <version>${mail.version}</version>
32N/A </dependency>
32N/A <dependency>
32N/A <groupId>javax.servlet</groupId>
32N/A <artifactId>servlet-api</artifactId>
32N/A <version>2.5</version>
32N/A </dependency>
32N/A <dependency>
32N/A <groupId>javax.servlet.jsp</groupId>
32N/A <artifactId>jsp-api</artifactId>
32N/A <version>2.1</version>
32N/A </dependency>
32N/A </dependencies>
32N/A </dependencyManagement>
32N/A
367N/A <reporting>
367N/A <plugins>
367N/A <!--
367N/A Configure FindBugs to run with "mvn site" and
367N/A generate html output that can be viewed directly.
367N/A -->
367N/A <plugin>
367N/A <groupId>org.codehaus.mojo</groupId>
367N/A <artifactId>findbugs-maven-plugin</artifactId>
441N/A <version>${findbugs.version}</version>
367N/A <configuration>
367N/A <skip>${findbugs.skip}</skip>
367N/A <threshold>${findbugs.threshold}</threshold>
367N/A <excludeFilterFile>
367N/A ${findbugs.exclude}
367N/A </excludeFilterFile>
367N/A </configuration>
367N/A </plugin>
367N/A </plugins>
367N/A </reporting>
6N/A</project>