TIKA-103: Excel parsing ignores cell formating
[tika.git] / pom.xml
blob4efe2518928d8ed639ac0652b10351cd4aaab2dd
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   <parent>
29     <groupId>org.apache</groupId>
30     <artifactId>apache</artifactId>
31     <version>4</version>
32   </parent>
34   <groupId>org.apache.tika</groupId>
35   <artifactId>tika</artifactId>
36   <version>0.2-SNAPSHOT</version>
38   <name>Apache Tika</name>
39   <!-- Keep on a single line, see http://jira.codehaus.org/browse/MJAR-39 -->
40   <description>Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.</description>
42   <url>http://incubator.apache.org/tika/</url>
44   <issueManagement>
45     <system>JIRA</system>
46     <url>https://issues.apache.org/jira/browse/TIKA</url>
47   </issueManagement>
49   <mailingLists>
50     <mailingList>
51       <name>Development mailing list</name>
52       <subscribe>tika-dev-subscribe@incubator.apache.org</subscribe>
53       <unsubscribe>tika-dev-unsubscribe@incubator.apache.org</unsubscribe>
54       <post>tika-dev@incubator.apache.org</post>
55       <archive>http://mail-archives.apache.org/mod_mbox/incubator-tika-dev/</archive>
56       <otherArchives>
57         <otherArchive>http://www.mail-archive.com/tika-dev@incubator.apache.org/</otherArchive>
58         <otherArchive>http://www.nabble.com/Apache-Tika---Development-f20913.html</otherArchive>
59         <otherArchive>http://news.gmane.org/gmane.comp.apache.tika.devel</otherArchive>
60         <otherArchive>http://tika.markmail.org/</otherArchive>
61       </otherArchives>
62     </mailingList>
63     <mailingList>
64       <name>Commit mailing list</name>
65       <subscribe>tika-commits-subscribe@incubator.apache.org</subscribe>
66       <unsubscribe>tika-commits-unsubscribe@incubator.apache.org</unsubscribe>
67       <post>tika-commits@incubator.apache.org</post>
68       <archive>http://mail-archives.apache.org/mod_mbox/incubator-tika-commits/</archive>
69       <otherArchives>
70         <otherArchive>http://www.mail-archive.com/tika-commits@incubator.apache.org/</otherArchive>
71       </otherArchives>
72     </mailingList>
73   </mailingLists>
75   <developers>
76     <developer>
77       <name>Rida Benjelloun</name>
78       <id>ridabenjelloun</id>
79       <email>ridabenjelloun@apache.org</email>     
80       <roles>
81         <role>committer</role>
82       </roles>
83     </developer>
84     <developer>
85       <name>Keith Bennett</name>
86       <id>kbennett</id>
87       <roles>
88         <role>committer</role>
89       </roles>
90     </developer>
91     <developer>
92       <name>Doug Cutting</name>
93       <id>cutting</id>
94       <roles>
95         <role>mentor</role>
96       </roles>
97     </developer>
98     <developer>
99       <name>Bertrand Delacretaz</name>
100       <id>bdelacretaz</id>
101       <roles>
102         <role>mentor</role>
103       </roles>
104     </developer>
105     <developer>
106       <name>Mark Harwood</name>
107       <id>mharwood</id>
108       <roles>
109         <role>committer</role>
110       </roles>
111     </developer>
112     <developer>
113       <name>Chris A. Mattmann</name>
114       <id>mattmann</id>
115       <email>mattmann@apache.org</email>
116       <url>http://people.apache.org/~mattmann/</url>
117       <organization>NASA Jet Propulsion Laboratory</organization>
118       <organizationUrl>http://www.jpl.nasa.gov</organizationUrl>
119       <timezone>-8</timezone>
120       <properties/>
121       <roles>
122         <role>committer</role>
123       </roles>
124     </developer>
125     <developer>
126       <name>Sami Siren</name>
127       <id>siren</id>
128       <roles>
129         <role>committer</role>
130       </roles>
131     </developer>
132     <developer>
133       <name>Jukka Zitting</name>
134       <id>jukka</id>
135       <roles>
136         <role>mentor</role>
137         <role>committer</role>
138       </roles>
139     </developer>
140   </developers>
142   <scm>
143     <connection>
144       scm:svn:http://svn.apache.org/repos/asf/incubator/tika/trunk
145     </connection>
146     <developerConnection>
147       scm:svn:https://svn.apache.org/repos/asf/incubator/tika/trunk
148     </developerConnection>
149     <url>http://svn.apache.org/viewvc/incubator/tika/trunk</url>
150   </scm>
152   <distributionManagement>
153     <site>
154       <id>svn-site-directory</id>
155       <url>file://${basedir}/../site</url>
156     </site>
157   </distributionManagement>
159   <dependencies>
160     <dependency>
161       <groupId>commons-lang</groupId>
162       <artifactId>commons-lang</artifactId>
163       <version>2.1</version>
164       <optional/>
165     </dependency>
166     <dependency>
167       <groupId>commons-logging</groupId>
168       <artifactId>commons-logging</artifactId>
169       <version>1.0.4</version>
170     </dependency>
171     <dependency>
172       <groupId>commons-codec</groupId>
173       <artifactId>commons-codec</artifactId>
174       <version>1.3</version>
175     </dependency>
176     <dependency>
177       <groupId>pdfbox</groupId>
178       <artifactId>pdfbox</artifactId>
179       <version>0.7.3</version>
180     </dependency>
181     <dependency>
182       <groupId>org.apache.poi</groupId>
183       <artifactId>poi</artifactId>
184       <version>3.0-FINAL</version>
185     </dependency>
186     <dependency>
187       <groupId>nekohtml</groupId>
188       <artifactId>nekohtml</artifactId>
189       <version>0.9.5</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       <resource>
218         <targetPath>META-INF</targetPath>
219         <directory>${basedir}</directory>
220         <includes>
221           <include>README.txt</include>
222           <include>NOTICE.txt</include>
223           <include>LICENSE.txt</include>
224         </includes>
225       </resource>
226     </resources>
227     <pluginManagement>
228       <plugins>
229         <plugin>
230           <groupId>org.apache.maven.plugins</groupId>
231           <artifactId>maven-assembly-plugin</artifactId>
232           <version>2.2-beta-1</version>
233         </plugin>
234       </plugins>
235     </pluginManagement>
236     <plugins>
237       <plugin>
238         <groupId>org.apache.maven.plugins</groupId>
239           <artifactId>maven-compiler-plugin</artifactId>
240           <configuration>
241             <source>1.5</source>
242             <target>1.5</target>
243           </configuration>
244         </plugin>
245         <plugin>
246           <artifactId>maven-surefire-plugin</artifactId>
247           <configuration>
248             <systemProperties>
249               <property>
250                 <name>log4j.configuration</name>
251                 <value>log4j/log4j.properties</value>
252               </property>
253             </systemProperties>
254           </configuration>
255         </plugin>
256       <plugin>
257         <artifactId>maven-jar-plugin</artifactId>
258         <configuration>
259           <archive>
260             <manifestEntries>
261               <Specification-Title>${project.name}</Specification-Title>
262               <Specification-Version>${project.version}</Specification-Version>
263               <Specification-Vendor>${project.organization.name}</Specification-Vendor>
264               <Implementation-Title>${project.name}</Implementation-Title>
265               <Implementation-Version>${project.version}</Implementation-Version>
266               <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
267               <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
268             </manifestEntries>
269             <manifest>
270               <addClasspath>true</addClasspath>
271               <mainClass>org.apache.tika.cli.TikaCLI</mainClass>
272             </manifest>
273           </archive>
274         </configuration>
275       </plugin>
276       <plugin>
277         <artifactId>maven-assembly-plugin</artifactId>
278         <configuration>
279           <descriptors>
280             <descriptor>src/main/assembly/bin.xml</descriptor>
281             <descriptor>src/main/assembly/src.xml</descriptor>
282           </descriptors>
283           <tarLongFileMode>gnu</tarLongFileMode>
284         </configuration>
285       </plugin>
286     </plugins>
287   </build>
289   <reporting>
290     <plugins>
292       <!-- Produce JavaDoc -->
293       <plugin>
294         <groupId>org.apache.maven.plugins</groupId>
295         <artifactId>maven-javadoc-plugin</artifactId>
296         <version>2.2</version>
297         <configuration> 
298           <aggregate>true</aggregate>
299           <source>1.5</source>
300         </configuration> 
301       </plugin>
303       <!-- Produce Source cross references -->
304       <plugin>
305         <groupId>org.apache.maven.plugins</groupId>
306         <artifactId>maven-jxr-plugin</artifactId>
307         <version>2.1</version>
308         <configuration> 
309           <aggregate>true</aggregate>
310         </configuration> 
311       </plugin>
313       <!-- Unit tests report -->
314       <plugin>
315         <groupId>org.apache.maven.plugins</groupId>
316         <artifactId>maven-surefire-report-plugin</artifactId>
317         <version>2.3</version>
318       </plugin>
320       <!-- "Release Audit" report (checks license headers etc.) -->
321       <plugin>
322         <groupId>org.codehaus.mojo</groupId>
323         <artifactId>rat-maven-plugin</artifactId>
324         <version>1.0-alpha-3</version>
325       </plugin>
327       <!-- FindBugs Report -->
328       <plugin>
329         <groupId>org.codehaus.mojo</groupId>
330         <artifactId>findbugs-maven-plugin</artifactId>
331         <version>1.0.0</version>
332         <configuration>
333           <threshold>Normal</threshold>
334           <effort>Default</effort>
335        </configuration>
336       </plugin>
338       <!-- Checkstyle report -->
339       <plugin>
340         <groupId>org.apache.maven.plugins</groupId>
341         <artifactId>maven-checkstyle-plugin</artifactId>
342         <version>2.1</version>
343         <configuration>
344           <!--configLocation>checkstyle.xml</configLocation-->
345           <enableRulesSummary>false</enableRulesSummary>
346         </configuration>
347       </plugin>
349     </plugins>
350   </reporting>
352 </project>