- fix for TIKA-55 (contributed by K. Bennett)
[tika.git] / pom.xml
blobff5d077f4f207cfe89bcdf95cc75dfbe78ccd977
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>commons-logging</groupId>
153       <artifactId>commons-logging</artifactId>
154       <version>1.0.4</version>
155     </dependency>
156     <dependency>
157       <groupId>commons-codec</groupId>
158       <artifactId>commons-codec</artifactId>
159       <version>1.3</version>
160     </dependency>
161     <dependency>
162       <groupId>pdfbox</groupId>
163       <artifactId>pdfbox</artifactId>
164       <version>0.7.3</version>
165     </dependency>
166     <dependency>
167       <groupId>org.apache.poi</groupId>
168       <artifactId>poi</artifactId>
169       <version>3.0-FINAL</version>
170     </dependency>
171     <dependency>
172       <groupId>jdom</groupId>
173       <artifactId>jdom</artifactId>
174       <version>1.0</version>
175     </dependency>
176     <dependency>
177       <groupId>jaxen</groupId>
178       <artifactId>jaxen</artifactId>
179       <version>1.1.1</version>
180     </dependency>
181     <dependency>
182       <groupId>oro</groupId>
183       <artifactId>oro</artifactId>
184       <version>2.0.8</version>
185     </dependency>
186     <dependency>
187       <groupId>jtidy</groupId>
188       <artifactId>jtidy</artifactId>
189       <version>4aug2000r7-dev</version>
190     </dependency>
191     <dependency>
192       <groupId>com.ibm.icu</groupId>
193       <artifactId>icu4j</artifactId>
194       <version>3.4.4</version>
195     </dependency>
196     <dependency>
197       <groupId>log4j</groupId>
198       <artifactId>log4j</artifactId>
199       <version>1.2.14</version>
200     </dependency>
201     <dependency>
202       <groupId>junit</groupId>
203       <artifactId>junit</artifactId>
204       <version>3.8.1</version>
205       <type>jar</type>
206       <scope>test</scope>
207       <optional/>
208     </dependency>
209   </dependencies>
211   <build>
212     <resources>
213       <resource>
214         <targetPath>org/apache/tika</targetPath>
215         <directory>${basedir}/src/main/resources</directory>
216       </resource>
217     </resources>
218     <plugins>
219       <plugin>
220         <groupId>org.apache.maven.plugins</groupId>
221           <artifactId>maven-compiler-plugin</artifactId>
222           <configuration>
223             <source>1.5</source>
224             <target>1.5</target>
225           </configuration>
226         </plugin>
227         <plugin>
228           <artifactId>maven-surefire-plugin</artifactId>
229           <configuration>
230             <systemProperties>
231               <property>
232                 <name>log4j.configuration</name>
233                 <value>log4j/log4j.properties</value>
234               </property>
235             </systemProperties>
236           </configuration>
237         </plugin>
238         <plugin>
239           <artifactId>maven-antrun-plugin</artifactId>
240           <executions>
241             <!-- Include the project metadata files in META-INF -->
242             <execution>
243               <id>add-project-files</id>
244               <phase>process-resources</phase>
245               <configuration>
246                 <tasks>
247                 <copy todir="${project.build.outputDirectory}/META-INF">
248                   <fileset dir="${basedir}">
249                     <include name="README.txt"/>
250                     <include name="NOTICE.txt"/>
251                     <include name="LICENSE.txt"/>
252                   </fileset>
253                 </copy>
254               </tasks>
255             </configuration>
256             <goals>
257               <goal>run</goal>
258             </goals>
259           </execution>
260         </executions>
261       </plugin>
262     </plugins>
263   </build>
265 </project>