1 <?xml version="1.0" encoding="UTF-8"?>
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 <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>
29 <groupId>org.apache</groupId>
30 <artifactId>apache</artifactId>
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>
46 <url>https://issues.apache.org/jira/browse/TIKA</url>
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>
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>
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>
70 <otherArchive>http://www.mail-archive.com/tika-commits@incubator.apache.org/</otherArchive>
77 <name>Rida Benjelloun</name>
78 <id>ridabenjelloun</id>
79 <email>ridabenjelloun@apache.org</email>
81 <role>committer</role>
85 <name>Keith Bennett</name>
88 <role>committer</role>
92 <name>Doug Cutting</name>
99 <name>Bertrand Delacretaz</name>
106 <name>Mark Harwood</name>
109 <role>committer</role>
113 <name>Chris A. Mattmann</name>
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>
122 <role>committer</role>
126 <name>Sami Siren</name>
129 <role>committer</role>
133 <name>Jukka Zitting</name>
137 <role>committer</role>
144 scm:svn:http://svn.apache.org/repos/asf/incubator/tika/trunk
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>
152 <distributionManagement>
154 <id>svn-site-directory</id>
155 <url>file://${basedir}/../site</url>
157 </distributionManagement>
161 <groupId>commons-lang</groupId>
162 <artifactId>commons-lang</artifactId>
163 <version>2.1</version>
167 <groupId>commons-logging</groupId>
168 <artifactId>commons-logging</artifactId>
169 <version>1.0.4</version>
172 <groupId>commons-codec</groupId>
173 <artifactId>commons-codec</artifactId>
174 <version>1.3</version>
177 <groupId>commons-io</groupId>
178 <artifactId>commons-io</artifactId>
179 <version>1.4</version>
182 <groupId>pdfbox</groupId>
183 <artifactId>pdfbox</artifactId>
184 <version>0.7.3</version>
187 <groupId>org.apache.poi</groupId>
188 <artifactId>poi</artifactId>
189 <version>3.0.2-FINAL</version>
192 <groupId>org.apache.poi</groupId>
193 <artifactId>poi-scratchpad</artifactId>
194 <version>3.0.2-FINAL</version>
197 <groupId>nekohtml</groupId>
198 <artifactId>nekohtml</artifactId>
199 <version>0.9.5</version>
202 <groupId>com.ibm.icu</groupId>
203 <artifactId>icu4j</artifactId>
204 <version>3.4.4</version>
207 <groupId>log4j</groupId>
208 <artifactId>log4j</artifactId>
209 <version>1.2.14</version>
212 <groupId>junit</groupId>
213 <artifactId>junit</artifactId>
214 <version>3.8.1</version>
224 <targetPath>org/apache/tika</targetPath>
225 <directory>${basedir}/src/main/resources</directory>
228 <targetPath>META-INF</targetPath>
229 <directory>${basedir}</directory>
231 <include>README.txt</include>
232 <include>NOTICE.txt</include>
233 <include>LICENSE.txt</include>
240 <groupId>org.apache.maven.plugins</groupId>
241 <artifactId>maven-assembly-plugin</artifactId>
242 <version>2.2-beta-1</version>
248 <groupId>org.apache.maven.plugins</groupId>
249 <artifactId>maven-compiler-plugin</artifactId>
256 <artifactId>maven-surefire-plugin</artifactId>
260 <name>log4j.configuration</name>
261 <value>log4j/log4j.properties</value>
267 <artifactId>maven-jar-plugin</artifactId>
271 <Specification-Title>${project.name}</Specification-Title>
272 <Specification-Version>${project.version}</Specification-Version>
273 <Specification-Vendor>${project.organization.name}</Specification-Vendor>
274 <Implementation-Title>${project.name}</Implementation-Title>
275 <Implementation-Version>${project.version}</Implementation-Version>
276 <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
277 <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
280 <addClasspath>true</addClasspath>
281 <mainClass>org.apache.tika.cli.TikaCLI</mainClass>
287 <artifactId>maven-assembly-plugin</artifactId>
290 <descriptor>src/main/assembly/bin.xml</descriptor>
291 <descriptor>src/main/assembly/src.xml</descriptor>
293 <tarLongFileMode>gnu</tarLongFileMode>
302 <!-- Produce JavaDoc -->
304 <groupId>org.apache.maven.plugins</groupId>
305 <artifactId>maven-javadoc-plugin</artifactId>
306 <version>2.2</version>
308 <aggregate>true</aggregate>
313 <!-- Produce Source cross references -->
315 <groupId>org.apache.maven.plugins</groupId>
316 <artifactId>maven-jxr-plugin</artifactId>
317 <version>2.1</version>
319 <aggregate>true</aggregate>
323 <!-- Unit tests report -->
325 <groupId>org.apache.maven.plugins</groupId>
326 <artifactId>maven-surefire-report-plugin</artifactId>
327 <version>2.3</version>
330 <!-- "Release Audit" report (checks license headers etc.) -->
332 <groupId>org.codehaus.mojo</groupId>
333 <artifactId>rat-maven-plugin</artifactId>
334 <version>1.0-alpha-3</version>
337 <!-- FindBugs Report -->
339 <groupId>org.codehaus.mojo</groupId>
340 <artifactId>findbugs-maven-plugin</artifactId>
341 <version>1.0.0</version>
343 <threshold>Normal</threshold>
344 <effort>Default</effort>
348 <!-- Checkstyle report -->
350 <groupId>org.apache.maven.plugins</groupId>
351 <artifactId>maven-checkstyle-plugin</artifactId>
352 <version>2.1</version>
354 <!--configLocation>checkstyle.xml</configLocation-->
355 <enableRulesSummary>false</enableRulesSummary>