- fixed typo (K. Bennett via mattmann)
[tika.git] / pom.xml
blobc1113be5d4779e6e567e4d1a15b072b9734c1f6c
1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
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
19   under the License.
20 -->
22 <project xmlns="http://maven.apache.org/POM/4.0.0"
23          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
25                              http://maven.apache.org/maven-v4_0_0.xsd">
26   <modelVersion>4.0.0</modelVersion>
28   <groupId>org.apache.tika</groupId>
29   <artifactId>tika</artifactId>
30   <version>0.1-SNAPSHOT</version>
31   
33   <name>Apache Tika</name>
34   <!-- Keep on a single line, see http://jira.codehaus.org/browse/MJAR-39 -->
35   <description>Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.</description>
37   <licenses>
38     <license>
39       <name>The Apache Software License, Version 2.0</name>
40       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
41       <distribution>repo</distribution>
42     </license>
43   </licenses>
45   <organization>
46     <name>Apache Software Foundation</name>
47     <url>http://www.apache.org/</url>
48   </organization>
50   <url>http://incubator.apache.org/tika/</url>
52   <mailingLists>
53     <mailingList>
54       <name>Development mailing list</name>
55       <subscribe>tika-dev-subscribe@incubator.apache.org</subscribe>
56       <unsubscribe>tika-dev-unsubscribe@incubator.apache.org</unsubscribe>
57       <post>tika-dev@incubator.apache.org</post>
58     </mailingList>
59     <mailingList>
60       <name>Commit mailing list</name>
61       <subscribe>tika-commits-subscribe@incubator.apache.org</subscribe>
62       <unsubscribe>tika-commits-unsubscribe@incubator.apache.org</unsubscribe>
63       <post>tika-commits@incubator.apache.org</post>
64     </mailingList>
65   </mailingLists>
67   <developers>
68     <developer>
69       <name>Rida Benjelloun</name>
70       <id>ridabenjelloun</id>
71       <email>ridabenjelloun@apache.org</email>     
72       <roles>
73         <role>committer</role>
74       </roles>
75     </developer>
76     <developer>
77       <name>Doug Cutting</name>
78       <id>cutting</id>
79       <roles>
80         <role>mentor</role>
81       </roles>
82     </developer>
83     <developer>
84       <name>Bertrand Delacretaz</name>
85       <id>bdelacretaz</id>
86       <roles>
87         <role>mentor</role>
88       </roles>
89     </developer>
90     <developer>
91       <name>Mark Harwood</name>
92       <id>mharwood</id>
93       <roles>
94         <role>committer</role>
95       </roles>
96     </developer>
97     <developer>
98       <name>Chris A. Mattmann</name>
99       <id>mattmann</id>
100       <email>mattmann@apache.org</email>
101       <url>http://people.apache.org/~mattmann/</url>
102       <organization>NASA Jet Propulsion Laboratory</organization>
103       <organizationUrl>http://www.jpl.nasa.gov</organizationUrl>
104       <timezone>-8</timezone>
105       <properties/>
106       <roles>
107         <role>committer</role>
108       </roles>
109     </developer>
110     <developer>
111       <name>Sami Siren</name>
112       <id>siren</id>
113       <roles>
114         <role>committer</role>
115       </roles>
116     </developer>
117     <developer>
118       <name>Jukka Zitting</name>
119       <id>jukka</id>
120       <roles>
121         <role>mentor</role>
122         <role>committer</role>
123       </roles>
124     </developer>
125   </developers>
127   <scm>
128     <connection>
129       scm:svn:http://svn.apache.org/repos/asf/incubator/tika/trunk
130     </connection>
131     <developerConnection>
132       scm:svn:https://svn.apache.org/repos/asf/incubator/tika/trunk
133     </developerConnection>
134     <url>http://svn.apache.org/viewvc/incubator/tika/trunk</url>
135   </scm>
137   <distributionManagement>
138     <site>
139       <id>svn-site-directory</id>
140       <url>file://${basedir}/../site</url>
141     </site>
142   </distributionManagement>
144   <dependencies>
145     <dependency>
146       <groupId>commons-lang</groupId>
147       <artifactId>commons-lang</artifactId>
148       <version>2.1</version>
149       <optional/>
150     </dependency>
151     <dependency>
152       <groupId>pdfbox</groupId>
153       <artifactId>pdfbox</artifactId>
154       <version>0.7.3</version>
155     </dependency>
156     <dependency>
157       <groupId>org.apache.poi</groupId>
158       <artifactId>poi</artifactId>
159       <version>3.0-FINAL</version>
160     </dependency>
161     <dependency>
162       <groupId>jdom</groupId>
163       <artifactId>jdom</artifactId>
164       <version>1.0</version>
165     </dependency>
166     <dependency>
167       <groupId>jaxen</groupId>
168       <artifactId>jaxen</artifactId>
169       <version>1.1.1</version>
170     </dependency>
171     <dependency>
172       <groupId>oro</groupId>
173       <artifactId>oro</artifactId>
174       <version>2.0.8</version>
175     </dependency>
176     <dependency>
177       <groupId>jtidy</groupId>
178       <artifactId>jtidy</artifactId>
179       <version>4aug2000r7-dev</version>
180     </dependency>
181     <dependency>
182       <groupId>log4j</groupId>
183       <artifactId>log4j</artifactId>
184       <version>1.2.14</version>
185     </dependency>
186     <dependency>
187       <groupId>junit</groupId>
188       <artifactId>junit</artifactId>
189       <version>3.8.1</version>
190       <type>jar</type>
191       <scope>test</scope>
192       <optional/>
193     </dependency>
194   </dependencies>
196   <build>
197     <sourceDirectory>${basedir}/src/main/java/</sourceDirectory>
198     <testSourceDirectory>${basedir}/src/test/java/</testSourceDirectory>
199     <plugins>
200       <plugin>
201         <groupId>org.apache.maven.plugins</groupId>
202           <artifactId>maven-compiler-plugin</artifactId>
203           <configuration>
204             <source>1.5</source>
205             <target>1.5</target>
206           </configuration>
207         </plugin>
208         <plugin>
209           <artifactId>maven-antrun-plugin</artifactId>
210           <executions>
211             <!-- Include the project metadata files in META-INF -->
212             <execution>
213               <id>add-project-files</id>
214               <phase>process-resources</phase>
215               <configuration>
216                 <tasks>
217                 <copy todir="${project.build.outputDirectory}/META-INF">
218                   <fileset dir="${basedir}">
219                     <include name="README.txt"/>
220                     <include name="NOTICE.txt"/>
221                     <include name="LICENSE.txt"/>
222                   </fileset>
223                 </copy>
224               </tasks>
225             </configuration>
226             <goals>
227               <goal>run</goal>
228             </goals>
229           </execution>
230         </executions>
231       </plugin>
232     </plugins>
233   </build>
235 </project>