1 <?xml version="1.0" encoding="ISO-8859-1"?>
4 * Copyright 2004 the mime4j project
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
10 * http://www.apache.org/licenses/LICENSE-2.0
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
20 <pomVersion>3</pomVersion>
23 <currentVersion>0.3-SNAPSHOT</currentVersion>
25 <name>sourceforge</name>
26 <url>http://sourceforge.net/</url>
27 <logo>http://sourceforge.net/sflogo.php?group_id=108895&type=1</logo>
29 <inceptionYear>2004</inceptionYear>
30 <package>org.mime4j</package>
31 <shortDescription>Java stream based MIME message parser</shortDescription>
34 <url>http://www.mime4j.org/</url>
36 http://sourceforge.net/tracker/?group_id=108895&atid=654176
38 <siteAddress>www.mime4j.org</siteAddress>
40 <connection>scm:svn:https://svn.apache.org/repos/asf/james/mime4j/trunk/</connection>
41 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mime4j/trunk/</developerConnection>
42 <url>http://svn.apache.org/viewcvs.cgi/james/mime4j/trunk/</url>
47 <name>0.2-SNAPSHOT</name>
53 <name>mime4j developer list</name>
54 <subscribe>http://lists.sourceforge.net/lists/listinfo/mime4j-developer</subscribe>
55 <unsubscribe>http://lists.sourceforge.net/lists/listinfo/mime4j-developer</unsubscribe>
60 <name>Niklas Therning</name>
62 <email>niklas(at)trillian(dot)se</email>
63 <organization>Trillian AB</organization>
66 <name>Joe Cheng</name>
68 <email>code(at)joecheng(dot)com</email>
69 <organization></organization>
74 <groupId>commons-logging</groupId>
75 <artifactId>commons-logging</artifactId>
76 <version>1.0.4</version>
77 <url>http://jakarta.apache.org/commons/logging</url>
80 <groupId>commons-io</groupId>
81 <artifactId>commons-io</artifactId>
82 <version>1.0</version>
83 <url>http://jakarta.apache.org/commons/io</url>
86 <groupId>log4j</groupId>
87 <artifactId>log4j</artifactId>
88 <version>1.2.8</version>
89 <url>http://logging.apache.org/log4j</url>
93 <sourceDirectory>src/java</sourceDirectory>
94 <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
95 <aspectSourceDirectory/>
96 <!-- Unit test cases -->
99 <include>**/*Test.java</include>
102 <exclude>**/RepositoryTest.java</exclude>
105 <!-- Integration unit test cases -->
106 <integrationUnitTest/>