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.1</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>javacc-maven-plugin</artifactId>
56 <version>2.1</version>
59 <id>generate-jjtree</id>
60 <phase>generate-sources</phase>
65 <!-- <nodePackage>org.apache.jsieve.parser.generated</nodePackage> -->
66 <outputDirectory>${project.build.directory}/generated-sources/jjtree/org/apache/james/mime4j/field/address/parser</outputDirectory>
70 <id>generate-javacc</id>
71 <phase>generate-sources</phase>
76 <sourceDirectory>${project.build.directory}/generated-sources/jjtree/org/apache/james/mime4j/field/address/parser</sourceDirectory>
77 <packageName>org.apache.james.mime4j.field.address.parser</packageName>
81 <id>generate-javacc2</id>
82 <phase>generate-sources</phase>
87 <sourceDirectory>${basedir}/src/main/javacc/org/apache/james/mime4j/field/datetime</sourceDirectory>
88 <packageName>org.apache.james.mime4j.field.datetime.parser</packageName>
92 <id>generate-javacc3</id>
93 <phase>generate-sources</phase>
98 <sourceDirectory>${basedir}/src/main/javacc/org/apache/james/mime4j/field/contenttype</sourceDirectory>
99 <packageName>org.apache.james.mime4j.field.contenttype.parser</packageName>
105 <groupId>org.apache.maven.plugins</groupId>
106 <artifactId>maven-compiler-plugin</artifactId>
107 <version>2.0.2</version>
111 <encoding>iso8859-1</encoding>
115 <artifactId>maven-jar-plugin</artifactId>
116 <version>2.1</version>
120 <Specification-Title>Apache Mime4j</Specification-Title>
121 <Specification-Version>0.3</Specification-Version>
122 <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
123 <Implementation-Title>Apache Mime4j</Implementation-Title>
124 <Implementation-Version>0.3</Implementation-Version>
125 <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
126 <url>${pom.url}</url>
132 <artifactId>maven-javadoc-plugin</artifactId>
133 <version>2.2</version>
136 <id>create-javadocs</id> <!-- this is used for inheritance merges -->
137 <phase>package</phase> <!-- append to the packaging phase. -->
139 <goal>javadoc</goal> <!-- goals == mojos -->
140 <goal>jar</goal> <!-- goals == mojos -->
146 <artifactId>maven-assembly-plugin</artifactId>
147 <version>2.2-beta-1</version>
149 <descriptorSourceDirectory>${basedir}/src/assemble/</descriptorSourceDirectory>
153 <id>make-assembly</id> <!-- this is used for inheritance merges -->
154 <phase>package</phase> <!-- append to the packaging phase. -->
156 <goal>attached</goal> <!-- goals == mojos -->
161 <!-- Add NOTICE and LICENSE to generated JAR -->
163 <artifactId>maven-remote-resources-plugin</artifactId>
164 <version>1.0-alpha-5</version>
172 <resourceBundle>org.apache:apache-jar-resource-bundle:1.2</resourceBundle>
175 <!-- <preProjectText>PRE PROCESS TEXT</preProjectText> -->
176 <!-- Our src distribution includes also the test dependencies and
177 maven remote resources doen't take this into account, so we
178 manualy add the junit disclaimer -->
180 This product includes/uses software, JUnit (http://www.junit.org/),
181 developed by Kent Beck, Erich Gamma, and David Saff
182 License: Common Public License Version 1.0 (http://www.opensource.org/licenses/cpl.php)
184 This file is automatically generated by dependencies declared in pom.xml
186 <addLicense>true</addLicense>
192 <!-- Use the assembly or we won't have the LICENSE/NOTICE
194 <groupId>org.apache.maven.plugins</groupId>
195 <artifactId>maven-source-plugin</artifactId>
200 <groupId>org.apache.maven.plugins</groupId>
201 <artifactId>maven-javadoc-plugin</artifactId>
208 <id>local-mime4j-stage-repository</id>
209 <name>Local mime4j stage repository</name>
210 <!-- Please note that due to http://jira.codehaus.org/browse/MNG-2896 -->
211 <!-- If you don't have james-project checked out in ../james-project -->
212 <!-- you will have to place your absolute path to the project instead -->
213 <!-- of ${basedir}, or, otherwise, manually install the parent poms -->
215 mvn -fignorepom.xml install:install-file
216 -Dfile=stage\org.apache.james\poms\james-parent-1.1.pom
218 -DgroupId=org.apache.james
219 -DartifactId=james-parent
221 mvn -fignorepom.xml install:install-file
222 -Dfile=stage\org.apache.james\poms\james-project-1.1.pom
224 -DgroupId=org.apache.james
225 -DartifactId=james-project
228 <url>file://${basedir}/stage</url>
229 <layout>legacy</layout>
231 <enabled>true</enabled>
232 <checksumPolicy>ignore</checksumPolicy>
235 <enabled>true</enabled>
236 <checksumPolicy>ignore</checksumPolicy>
242 <groupId>commons-logging</groupId>
243 <artifactId>commons-logging</artifactId>
244 <version>1.1</version>
247 <groupId>javax.servlet</groupId>
248 <artifactId>servlet-api</artifactId>
251 <groupId>logkit</groupId>
252 <artifactId>logkit</artifactId>
255 <groupId>avalon-framework</groupId>
256 <artifactId>avalon-framework</artifactId>
259 <groupId>log4j</groupId>
260 <artifactId>log4j</artifactId>
265 <groupId>log4j</groupId>
266 <artifactId>log4j</artifactId>
267 <version>1.2.14</version>
270 <groupId>junit</groupId>
271 <artifactId>junit</artifactId>
272 <version>3.8.1</version>
274 <!-- Removed as a workaround for an unidentified M2 bug -->
276 <optional>true</optional>
279 <groupId>commons-io</groupId>
280 <artifactId>commons-io</artifactId>
281 <version>1.2</version>
288 <artifactId>maven-javadoc-plugin</artifactId>
291 <groupId>org.codehaus.mojo</groupId>
292 <artifactId>jxr-maven-plugin</artifactId>