Cross Reference: pom.xml
xref
: /
javamail
/
android
/
mail
/
pom.xml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
750
N/A
<?
xml
version=
"1.0"
encoding=
"iso-8859-1"
?>
750
N/A
<!--
750
N/A
750
N/A
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
750
N/A
750
N/A
Copyright (c) 1997-2015 Oracle
and
/
or
its affiliates. All rights reserved.
750
N/A
750
N/A
The contents of this file are subject to the terms of either the GNU
750
N/A
General Public License Version 2 only ("GPL") or the Common Development
750
N/A
and Distribution License("CDDL") (collectively, the "License"). You
750
N/A
may not use this file except in compliance with the License. You can
750
N/A
obtain a copy of the License at
750
N/A
https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
750
N/A
or
packager
/
legal
/
LICENSE.txt
. See the License for the specific
750
N/A
language governing permissions and limitations under the License.
750
N/A
750
N/A
When distributing the software, include this License Header Notice in each
750
N/A
file and include the License file at
packager
/
legal
/
LICENSE.txt
.
750
N/A
750
N/A
GPL Classpath Exception:
750
N/A
Oracle designates this particular file as subject to the "Classpath"
750
N/A
exception as provided by Oracle in the GPL Version 2 section of the License
750
N/A
file that accompanied this code.
750
N/A
750
N/A
Modifications:
750
N/A
If applicable, add the following below the License Header, with the fields
750
N/A
enclosed by brackets [] replaced by your own identifying information:
750
N/A
"Portions Copyright [year] [name of copyright owner]"
750
N/A
750
N/A
Contributor(s):
750
N/A
If you wish your version of this file to be governed by only the CDDL or
750
N/A
only the GPL Version 2, indicate your decision by adding "[Contributor]
750
N/A
elects to include this software in this distribution under the [CDDL or GPL
750
N/A
Version 2] license." If you don't indicate a single choice of license, a
750
N/A
recipient has the option to distribute your version of this file under
750
N/A
either the CDDL, the GPL Version 2 or to extend the choice of license to
750
N/A
its licensees as provided above. However, if you add GPL Version 2 code
750
N/A
and therefore, elected the GPL Version 2 license, then the option applies
750
N/A
only if the new code is made subject to such option by the copyright
750
N/A
holder.
750
N/A
750
N/A
-->
750
N/A
750
N/A
<!--
750
N/A
This project builds the JavaMail Android jar file.
750
N/A
-->
750
N/A
750
N/A
<
project
xmlns=
"
http://maven.apache.org/POM/4.0.0
"
750
N/A
xmlns
:
xsi=
"
http://www.w3.org/2001/XMLSchema-instance
"
750
N/A
xsi
:
schemaLocation=
"
http://maven.apache.org/POM/4.0.0
750
N/A
http://maven.apache.org/maven-v4_0_0.xsd
"
>
750
N/A
<
parent
>
750
N/A
<
groupId
>
com.sun.mail
</
groupId
>
750
N/A
<
artifactId
>android</
artifactId
>
813
N/A
<
version
>1.5.6-SNAPSHOT</
version
>
750
N/A
</
parent
>
750
N/A
<
modelVersion
>4.0.0</
modelVersion
>
750
N/A
<
groupId
>
com.sun.mail
</
groupId
>
750
N/A
<
artifactId
>android-mail</
artifactId
>
750
N/A
<
packaging
>jar</
packaging
>
750
N/A
<
name
>JavaMail API for Android</
name
>
750
N/A
750
N/A
<
properties
>
750
N/A
<
mail.extensionName
>
750
N/A
javax.mail.android
750
N/A
</
mail.extensionName
>
750
N/A
<
mail.specificationTitle
>
750
N/A
JavaMail(TM) API Design Specification
750
N/A
</
mail.specificationTitle
>
750
N/A
<
mail.implementationTitle
>
750
N/A
javax.mail.android
750
N/A
</
mail.implementationTitle
>
750
N/A
<
mail.packages.export
>
750
N/A
javax.mail.
*; version=${
mail.spec.version
},
750
N/A
com.sun.mail.imap
; version=${
mail.osgiversion
},
750
N/A
com.sun.mail.imap.protocol
; version=${
mail.osgiversion
},
750
N/A
com.sun.mail.iap
; version=${
mail.osgiversion
},
750
N/A
com.sun.mail.pop3
; version=${
mail.osgiversion
},
750
N/A
com.sun.mail.smtp
; version=${
mail.osgiversion
},
750
N/A
com.sun.mail.util
; version=${
mail.osgiversion
},
750
N/A
com.sun.mail.util.logging
; version=${
mail.osgiversion
},
750
N/A
com.sun.mail.handlers
; version=${
mail.osgiversion
}
750
N/A
</
mail.packages.export
>
750
N/A
</
properties
>
750
N/A
750
N/A
<
build
>
750
N/A
<
resources
>
750
N/A
<
resource
>
750
N/A
<
directory
>
src
/
main
/
resources
</
directory
>
750
N/A
<
filtering
>true</
filtering
>
750
N/A
</
resource
>
750
N/A
</
resources
>
750
N/A
<
plugins
>
750
N/A
<
plugin
>
750
N/A
<
artifactId
>maven-dependency-plugin</
artifactId
>
750
N/A
<
executions
>
750
N/A
<
execution
>
750
N/A
<!-- download the binaries -->
750
N/A
<
id
>get-binaries</
id
>
793
N/A
<
phase
>compile</
phase
>
750
N/A
<
goals
>
750
N/A
<
goal
>unpack</
goal
>
750
N/A
</
goals
>
750
N/A
</
execution
>
750
N/A
<
execution
>
750
N/A
<!-- download the sources -->
750
N/A
<
id
>get-sources</
id
>
793
N/A
<
phase
>compile</
phase
>
750
N/A
<
goals
>
750
N/A
<
goal
>unpack</
goal
>
750
N/A
</
goals
>
750
N/A
<
configuration
>
750
N/A
<
artifactItems
>
750
N/A
<
artifactItem
>
750
N/A
<
groupId
>
com.sun.mail
</
groupId
>
750
N/A
<
artifactId
>
javax.mail
</
artifactId
>
750
N/A
<
version
>${
mail.version
}</
version
>
750
N/A
<
classifier
>sources</
classifier
>
750
N/A
<
outputDirectory
>
750
N/A
${
project.build.directory
}/sources
750
N/A
</
outputDirectory
>
750
N/A
</
artifactItem
>
750
N/A
</
artifactItems
>
750
N/A
</
configuration
>
750
N/A
</
execution
>
750
N/A
</
executions
>
750
N/A
<
configuration
>
750
N/A
<
artifactItems
>
750
N/A
<
artifactItem
>
750
N/A
<
groupId
>
com.sun.mail
</
groupId
>
750
N/A
<
artifactId
>
javax.mail
</
artifactId
>
750
N/A
<
version
>${
mail.version
}</
version
>
750
N/A
</
artifactItem
>
750
N/A
</
artifactItems
>
750
N/A
<
outputDirectory
>
750
N/A
${
project.build.outputDirectory
}
750
N/A
</
outputDirectory
>
750
N/A
<
excludes
>
756
N/A
com
/
sun
/
mail
/
handlers
/
handler_base
.*,
756
N/A
com
/
sun
/
mail
/
handlers
/
image
_*,
756
N/A
com
/
sun
/
mail
/
auth
/
OAuth2Sasl
*,
756
N/A
com
/
sun
/
mail
/
imap
/
protocol
/
IMAPSaslAuthenticator
*,
756
N/A
com
/
sun
/
mail
/
smtp
/
SMTPSaslAuthenticator
*
750
N/A
</
excludes
>
750
N/A
</
configuration
>
750
N/A
</
plugin
>
750
N/A
<
plugin
>
750
N/A
<
artifactId
>maven-jar-plugin</
artifactId
>
750
N/A
<
configuration
>
750
N/A
<
finalName
>${
project.artifactId
}</
finalName
>
750
N/A
<
archive
>
750
N/A
<
manifestFile
>
750
N/A
${
project.build.outputDirectory
}/
META-INF
/
MANIFEST.MF
750
N/A
</
manifestFile
>
750
N/A
</
archive
>
750
N/A
</
configuration
>
750
N/A
</
plugin
>
750
N/A
</
plugins
>
750
N/A
</
build
>
750
N/A
750
N/A
<
dependencies
>
750
N/A
<
dependency
>
750
N/A
<
groupId
>
com.sun.mail
</
groupId
>
750
N/A
<
artifactId
>android-activation</
artifactId
>
750
N/A
<
version
>${
mail.version
}</
version
>
750
N/A
</
dependency
>
750
N/A
<
dependency
>
750
N/A
<
groupId
>junit</
groupId
>
750
N/A
<
artifactId
>junit</
artifactId
>
750
N/A
<
version
>4.7</
version
>
750
N/A
<
scope
>test</
scope
>
750
N/A
<
optional
>true</
optional
>
750
N/A
</
dependency
>
750
N/A
</
dependencies
>
750
N/A
</
project
>