blob: 944ceca122c4e74759bd17c9a90a3ee3720b5622 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>4</version>
</parent>
<groupId>org.apache.tika</groupId>
<artifactId>tika</artifactId>
<version>0.2</version>
<name>Apache Tika</name>
<!-- Keep on a single line, see http://jira.codehaus.org/browse/MJAR-39 -->
<description>Tika is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.</description>
<url>http://lucene.apache.org/tika/</url>
<issueManagement>
<system>JIRA</system>
<url>https://issues.apache.org/jira/browse/TIKA</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>Development mailing list</name>
<subscribe>tika-dev-subscribe@lucene.apache.org</subscribe>
<unsubscribe>tika-dev-unsubscribe@lucene.apache.org</unsubscribe>
<post>tika-dev@lucene.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/lucene-tika-dev/</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/tika-dev@lucene.apache.org/</otherArchive>
<otherArchive>http://www.mail-archive.com/tika-dev@incubator.apache.org/</otherArchive>
<otherArchive>http://www.nabble.com/Apache-Tika---Development-f20913.html</otherArchive>
<otherArchive>http://news.gmane.org/gmane.comp.apache.tika.devel</otherArchive>
<otherArchive>http://tika.markmail.org/</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>Commit mailing list</name>
<subscribe>tika-commits-subscribe@lucene.apache.org</subscribe>
<unsubscribe>tika-commits-unsubscribe@lucene.apache.org</unsubscribe>
<post>tika-commits@lucene.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/lucene-tika-commits/</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/tika-commits@lucene.apache.org/</otherArchive>
<otherArchive>http://www.mail-archive.com/tika-commits@incubator.apache.org/</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>User mailing list</name>
<subscribe>tika-user-subscribe@lucene.apache.org</subscribe>
<unsubscribe>tika-user-unsubscribe@lucene.apache.org</unsubscribe>
<post>tika-user@lucene.apache.org</post>
<archive>http://mail-archives.apache.org/mod_mbox/lucene-tika-user/</archive>
<otherArchives>
<otherArchive>http://www.mail-archive.com/tika-user@lucene.apache.org/</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Rida Benjelloun</name>
<id>ridabenjelloun</id>
<email>ridabenjelloun@apache.org</email>
<roles>
<role>committer</role>
</roles>
</developer>
<developer>
<name>Keith Bennett</name>
<id>kbennett</id>
<roles>
<role>committer</role>
</roles>
</developer>
<developer>
<name>Mark Harwood</name>
<id>mharwood</id>
<roles>
<role>committer</role>
</roles>
</developer>
<developer>
<name>Chris A. Mattmann</name>
<id>mattmann</id>
<email>mattmann@apache.org</email>
<url>http://people.apache.org/~mattmann/</url>
<organization>NASA Jet Propulsion Laboratory</organization>
<organizationUrl>http://www.jpl.nasa.gov</organizationUrl>
<timezone>-8</timezone>
<properties/>
<roles>
<role>committer</role>
</roles>
</developer>
<developer>
<name>Dave Meikle</name>
<id>dmeikle</id>
<roles>
<role>committer</role>
</roles>
</developer>
<developer>
<name>Sami Siren</name>
<id>siren</id>
<roles>
<role>committer</role>
</roles>
</developer>
<developer>
<name>Jukka Zitting</name>
<id>jukka</id>
<roles>
<role>committer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Doug Cutting</name>
<roles>
<role>mentor</role>
</roles>
</contributor>
<contributor>
<name>Bertrand Delacretaz</name>
<roles>
<role>mentor</role>
</roles>
</contributor>
<contributor>
<name>Niall Pemberton</name>
<roles>
<role>emeritus</role>
</roles>
</contributor>
</contributors>
<scm>
<connection>
scm:svn:http://svn.apache.org/repos/asf/lucene/tika/trunk
</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/lucene/tika/trunk
</developerConnection>
<url>http://svn.apache.org/viewvc/lucene/tika/trunk</url>
</scm>
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
<optional/>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>0.7.3</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.1-FINAL</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>3.1-FINAL</version>
</dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.9</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>3.8</version>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.14</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<targetPath>org/apache/tika</targetPath>
<directory>${basedir}/src/main/resources</directory>
</resource>
<resource>
<targetPath>META-INF</targetPath>
<directory>${basedir}</directory>
<includes>
<include>README.txt</include>
<include>NOTICE.txt</include>
<include>LICENSE.txt</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Specification-Title>${project.name}</Specification-Title>
<Specification-Version>${project.version}</Specification-Version>
<Specification-Vendor>${project.organization.name}</Specification-Vendor>
<Implementation-Title>${project.name}</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
</manifestEntries>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>org.apache.tika.cli.TikaCLI</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-2</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/standalone.xml</descriptor>
</descriptors>
<archive>
<manifest>
<mainClass>org.apache.tika.cli.TikaCLI</mainClass>
</manifest>
</archive>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin> -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>retrotranslator-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>translate-project</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<!-- Produce JavaDoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.2</version>
<configuration>
<aggregate>true</aggregate>
<source>1.5</source>
</configuration>
</plugin>
<!-- Produce Source cross references -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.1</version>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
<!-- Unit tests report -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.3</version>
</plugin>
<!-- "Release Audit" report (checks license headers etc.) -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
<version>1.0-alpha-3</version>
</plugin>
<!-- FindBugs Report -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>1.0.0</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>
</configuration>
</plugin>
<!-- Checkstyle report -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.1</version>
<configuration>
<!--configLocation>checkstyle.xml</configLocation-->
<enableRulesSummary>false</enableRulesSummary>
</configuration>
</plugin>
<!-- PMD report -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<configuration>
<linkXref>true</linkXref>
<sourceEncoding>ASCII</sourceEncoding>
<targetJdk>1.5</targetJdk>
</configuration>
</plugin>
</plugins>
</reporting>
</project>