1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
4 Licensed to the Apache Software Foundation (ASF) under one
5 or more contributor license agreements. See the NOTICE file
6 distributed with this work for additional information
7 regarding copyright ownership. The ASF licenses this file
8 to you under the Apache License, Version 2.0 (the
9 "License"); you may not use this file except in compliance
10 with the License. You may obtain a copy of the License at
12 http://www.apache.org/licenses/LICENSE-2.0
14 Unless required by applicable law or agreed to in writing,
15 software distributed under the License is distributed on an
16 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 KIND, either express or implied. See the License for the
18 specific language governing permissions and limitations
22 <artifactId>james-project</artifactId>
23 <groupId>org.apache.james</groupId>
24 <version>1.2</version>
25 <!-- Either this really points to the james-project/pom.xml or you
26 will have to tune the local repository, later, in this file -->
27 <relativePath>../james-project/project/pom.xml</relativePath>
29 <modelVersion>4.0.0</modelVersion>
30 <groupId>org.apache.james</groupId>
31 <artifactId>apache-mime4j</artifactId>
32 <name>Apache JAMES Mime4j</name>
33 <version>0.4-SNAPSHOT</version>
34 <description>Java stream based MIME message parser</description>
35 <url>http://james.apache.org/mime4j</url>
37 <url>http://issues.apache.org/jira/browse/MIME4J</url>
39 <inceptionYear>2004</inceptionYear>
40 <distributionManagement>
42 <id>mime4j-website</id>
43 <url>scp://minotaur.apache.org/www/james.apache.org/mime4j/</url>
45 </distributionManagement>
47 <connection>scm:svn:http://svn.apache.org/repos/asf/james/mime4j/trunk</connection>
48 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/mime4j/trunk</developerConnection>
49 <url>http://svn.apache.org/viewvc/james/mime4j/trunk/</url>
54 <groupId>org.codehaus.mojo</groupId>
55 <artifactId>rat-maven-plugin</artifactId>
56 <version>1.0-alpha-3</version>
67 <groupId>org.codehaus.mojo</groupId>
68 <artifactId>javacc-maven-plugin</artifactId>
69 <version>2.4</version>
72 <id>generate-jjtree</id>
73 <phase>generate-sources</phase>
75 <goal>jjtree-javacc</goal>
79 <id>generate-javacc</id>
80 <phase>generate-sources</phase>
88 <groupId>org.apache.maven.plugins</groupId>
89 <artifactId>maven-compiler-plugin</artifactId>
90 <version>2.0.2</version>
94 <encoding>iso8859-1</encoding>
98 <artifactId>maven-jar-plugin</artifactId>
99 <version>2.1</version>
102 <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
104 <Specification-Title>Apache Mime4j</Specification-Title>
105 <Specification-Version>${pom.version}</Specification-Version>
106 <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
107 <Implementation-Title>Apache Mime4j</Implementation-Title>
108 <Implementation-Version>${pom.version}</Implementation-Version>
109 <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
110 <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
111 <url>${pom.url}</url>
117 <artifactId>maven-javadoc-plugin</artifactId>
118 <version>2.3</version>
121 <id>create-javadocs</id> <!-- this is used for inheritance merges -->
122 <phase>package</phase> <!-- append to the packaging phase. -->
124 <goal>javadoc</goal> <!-- goals == mojos -->
125 <goal>jar</goal> <!-- goals == mojos -->
131 <artifactId>maven-assembly-plugin</artifactId>
132 <version>2.2-beta-1</version>
134 <descriptorSourceDirectory>${basedir}/src/assemble/</descriptorSourceDirectory>
138 <id>make-assembly</id> <!-- this is used for inheritance merges -->
139 <phase>package</phase> <!-- append to the packaging phase. -->
141 <goal>attached</goal> <!-- goals == mojos -->
146 <!-- Add NOTICE and LICENSE to generated JAR -->
148 <artifactId>maven-remote-resources-plugin</artifactId>
149 <version>1.0-alpha-5</version>
157 <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
160 <!-- <preProjectText>PRE PROCESS TEXT</preProjectText> -->
161 <!-- Our src distribution includes also the test dependencies and
162 maven remote resources doen't take this into account, so we
163 manualy add the junit disclaimer -->
165 This product includes/uses software, JUnit (http://www.junit.org/),
166 developed by Kent Beck, Erich Gamma, and David Saff
167 License: Common Public License Version 1.0 (http://www.opensource.org/licenses/cpl.php)
169 This file is automatically generated by dependencies declared in pom.xml
171 <addLicense>true</addLicense>
178 <groupId>org.apache.maven.plugins</groupId>
179 <artifactId>maven-source-plugin</artifactId>
182 <id>attach-sources</id>
192 <groupId>org.apache.maven.plugins</groupId>
193 <artifactId>maven-javadoc-plugin</artifactId>
197 <groupId>org.apache.felix</groupId>
198 <artifactId>maven-bundle-plugin</artifactId>
199 <version>1.4.1</version>
202 <id>bundle-manifest</id>
203 <phase>process-classes</phase>
205 <goal>manifest</goal>
209 <extensions>true</extensions>
212 <Export-Package>org.apache.james.mime4j.*</Export-Package>
213 <Embed-Dependency>*;scope=runtime</Embed-Dependency>
221 <id>local-mime4j-stage-repository</id>
222 <name>Local mime4j stage repository</name>
223 <!-- Please note that due to http://jira.codehaus.org/browse/MNG-2896 -->
224 <!-- If you don't have james-project checked out in ../james-project -->
225 <!-- you will have to place your absolute path to the project instead -->
226 <!-- of ${basedir}, or, otherwise, manually install the parent poms -->
228 mvn -fignorepom.xml install:install-file
229 -Dfile=stage\org.apache.james\poms\james-parent-1.1.pom
231 -DgroupId=org.apache.james
232 -DartifactId=james-parent
234 mvn -fignorepom.xml install:install-file
235 -Dfile=stage\org.apache.james\poms\james-project-1.2.pom
237 -DgroupId=org.apache.james
238 -DartifactId=james-project
241 <url>file://${basedir}/stage</url>
242 <layout>legacy</layout>
244 <enabled>true</enabled>
245 <checksumPolicy>ignore</checksumPolicy>
248 <enabled>true</enabled>
249 <checksumPolicy>ignore</checksumPolicy>
255 <groupId>commons-logging</groupId>
256 <artifactId>commons-logging</artifactId>
257 <version>1.1</version>
260 <groupId>javax.servlet</groupId>
261 <artifactId>servlet-api</artifactId>
264 <groupId>logkit</groupId>
265 <artifactId>logkit</artifactId>
268 <groupId>avalon-framework</groupId>
269 <artifactId>avalon-framework</artifactId>
272 <groupId>log4j</groupId>
273 <artifactId>log4j</artifactId>
278 <groupId>log4j</groupId>
279 <artifactId>log4j</artifactId>
280 <version>1.2.14</version>
284 <groupId>junit</groupId>
285 <artifactId>junit</artifactId>
286 <version>3.8.1</version>
288 <!-- Removed as a workaround for an unidentified M2 bug -->
290 <optional>true</optional>
293 <groupId>commons-io</groupId>
294 <artifactId>commons-io</artifactId>
295 <version>1.2</version>
297 <optional>true</optional>
304 <artifactId>maven-surefire-plugin</artifactId>
305 <version>2.3</version>
308 <artifactId>maven-surefire-report-plugin</artifactId>
309 <version>2.3</version>
312 <artifactId>maven-javadoc-plugin</artifactId>
313 <version>2.3</version>
316 <groupId>org.apache.maven.plugins</groupId>
317 <artifactId>maven-jxr-plugin</artifactId>
318 <version>2.1</version>
321 <groupId>org.apache.maven.plugins</groupId>
322 <artifactId>maven-pmd-plugin</artifactId>
323 <version>2.2</version>
325 <targetjdk>1.4</targetjdk>
327 <ruleset>/rulesets/basic.xml</ruleset>
328 <ruleset>/rulesets/controversial.xml</ruleset>
331 <linkXref>true</linkXref>
332 <sourceEncoding>utf-8</sourceEncoding>
333 <minimumTokens>100</minimumTokens>
337 <groupId>org.apache.maven.plugins</groupId>
338 <artifactId>maven-site-plugin</artifactId>
339 <version>2.0-beta-5</version>
342 <groupId>org.codehaus.mojo</groupId>
343 <artifactId>rat-maven-plugin</artifactId>
344 <version>1.0-alpha-3</version>
347 <!-- test resources created by JAMES committers / we can't include ALv2 headers there -->
348 <exclude>src/test/resources/testmsgs/basic-plain-with-bad-header-separator.msg</exclude>
349 <exclude>src/test/resources/testmsgs/basic-plain-with-bad-header-separator.xml</exclude>
350 <exclude>src/test/resources/testmsgs/basic-plain-with-bad-header-separator_decoded.xml</exclude>
351 <exclude>src/test/resources/testmsgs/basic-plain-with-bad-header-separator_decoded_1.txt</exclude>
352 <exclude>src/test/resources/testmsgs/basic-plain.msg</exclude>
353 <exclude>src/test/resources/testmsgs/basic-plain.xml</exclude>
354 <exclude>src/test/resources/testmsgs/basic-plain_decoded.xml</exclude>
355 <exclude>src/test/resources/testmsgs/basic-plain_decoded_1.txt</exclude>
356 <exclude>src/test/resources/testmsgs/russian-headers.msg</exclude>
357 <exclude>src/test/resources/testmsgs/russian-headers.xml</exclude>
358 <exclude>src/test/resources/testmsgs/russian-headers_decoded.xml</exclude>
359 <exclude>src/test/resources/testmsgs/russian-headers_decoded_1.txt</exclude>
360 <exclude>src/test/resources/testmsgs/simple-attachment.msg</exclude>
361 <exclude>src/test/resources/testmsgs/simple-attachment.xml</exclude>
362 <exclude>src/test/resources/testmsgs/simple-attachment_decoded.xml</exclude>
363 <exclude>src/test/resources/testmsgs/simple-attachment_decoded_1_1.txt</exclude>
364 <exclude>src/test/resources/testmsgs/simple-attachment_decoded_1_2.bin</exclude>
365 <!-- 3rd party descriptors distributed via maven repositories
366 and included "as is" -->
367 <exclude>stage/commons-io/poms/commons-io-1.2.pom</exclude>
368 <exclude>stage/commons-logging/poms/commons-logging-1.1.pom</exclude>
369 <exclude>stage/org.apache.james/xmls/james-parent-1.1-site.xml</exclude>
370 <exclude>stage/org.apache.james/xmls/james-parent-1.1-site_en.xml</exclude>
371 <exclude>stage/org.apache.james/xmls/james-project-1.2-site.xml</exclude>
372 <exclude>stage/org.apache.james/xmls/james-project-1.2-site_en.xml</exclude>
373 <exclude>release.properties</exclude>
378 <groupId>org.codehaus.mojo</groupId>
379 <artifactId>taglist-maven-plugin</artifactId>
380 <version>2.2</version>
383 <groupId>org.codehaus.mojo</groupId>
384 <artifactId>javacc-maven-plugin</artifactId>
385 <version>2.4</version>