TIKA-60 - Rename Microsoft parser classes
[tika.git] / pom.xml
blob310d3a309b9eadc109fb1df97028b1b471fcac84
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   <issueManagement>
53     <system>JIRA</system>
54     <url>https://issues.apache.org/jira/browse/TIKA</url>
55   </issueManagement>
57   <mailingLists>
58     <mailingList>
59       <name>Development mailing list</name>
60       <subscribe>tika-dev-subscribe@incubator.apache.org</subscribe>
61       <unsubscribe>tika-dev-unsubscribe@incubator.apache.org</unsubscribe>
62       <post>tika-dev@incubator.apache.org</post>
63     </mailingList>
64     <mailingList>
65       <name>Commit mailing list</name>
66       <subscribe>tika-commits-subscribe@incubator.apache.org</subscribe>
67       <unsubscribe>tika-commits-unsubscribe@incubator.apache.org</unsubscribe>
68       <post>tika-commits@incubator.apache.org</post>
69     </mailingList>
70   </mailingLists>
72   <developers>
73     <developer>
74       <name>Rida Benjelloun</name>
75       <id>ridabenjelloun</id>
76       <email>ridabenjelloun@apache.org</email>     
77       <roles>
78         <role>committer</role>
79       </roles>
80     </developer>
81     <developer>
82       <name>Doug Cutting</name>
83       <id>cutting</id>
84       <roles>
85         <role>mentor</role>
86       </roles>
87     </developer>
88     <developer>
89       <name>Bertrand Delacretaz</name>
90       <id>bdelacretaz</id>
91       <roles>
92         <role>mentor</role>
93       </roles>
94     </developer>
95     <developer>
96       <name>Mark Harwood</name>
97       <id>mharwood</id>
98       <roles>
99         <role>committer</role>
100       </roles>
101     </developer>
102     <developer>
103       <name>Chris A. Mattmann</name>
104       <id>mattmann</id>
105       <email>mattmann@apache.org</email>
106       <url>http://people.apache.org/~mattmann/</url>
107       <organization>NASA Jet Propulsion Laboratory</organization>
108       <organizationUrl>http://www.jpl.nasa.gov</organizationUrl>
109       <timezone>-8</timezone>
110       <properties/>
111       <roles>
112         <role>committer</role>
113       </roles>
114     </developer>
115     <developer>
116       <name>Sami Siren</name>
117       <id>siren</id>
118       <roles>
119         <role>committer</role>
120       </roles>
121     </developer>
122     <developer>
123       <name>Jukka Zitting</name>
124       <id>jukka</id>
125       <roles>
126         <role>mentor</role>
127         <role>committer</role>
128       </roles>
129     </developer>
130   </developers>
132   <scm>
133     <connection>
134       scm:svn:http://svn.apache.org/repos/asf/incubator/tika/trunk
135     </connection>
136     <developerConnection>
137       scm:svn:https://svn.apache.org/repos/asf/incubator/tika/trunk
138     </developerConnection>
139     <url>http://svn.apache.org/viewvc/incubator/tika/trunk</url>
140   </scm>
142   <distributionManagement>
143     <site>
144       <id>svn-site-directory</id>
145       <url>file://${basedir}/../site</url>
146     </site>
147   </distributionManagement>
149   <dependencies>
150     <dependency>
151       <groupId>commons-lang</groupId>
152       <artifactId>commons-lang</artifactId>
153       <version>2.1</version>
154       <optional/>
155     </dependency>
156     <dependency>
157       <groupId>commons-logging</groupId>
158       <artifactId>commons-logging</artifactId>
159       <version>1.0.4</version>
160     </dependency>
161     <dependency>
162       <groupId>commons-codec</groupId>
163       <artifactId>commons-codec</artifactId>
164       <version>1.3</version>
165     </dependency>
166     <dependency>
167       <groupId>pdfbox</groupId>
168       <artifactId>pdfbox</artifactId>
169       <version>0.7.3</version>
170     </dependency>
171     <dependency>
172       <groupId>org.apache.poi</groupId>
173       <artifactId>poi</artifactId>
174       <version>3.0-FINAL</version>
175     </dependency>
176     <dependency>
177       <groupId>jdom</groupId>
178       <artifactId>jdom</artifactId>
179       <version>1.0</version>
180     </dependency>
181     <dependency>
182       <groupId>jaxen</groupId>
183       <artifactId>jaxen</artifactId>
184       <version>1.1.1</version>
185     </dependency>
186     <dependency>
187       <groupId>oro</groupId>
188       <artifactId>oro</artifactId>
189       <version>2.0.8</version>
190     </dependency>
191     <dependency>
192       <groupId>nekohtml</groupId>
193       <artifactId>nekohtml</artifactId>
194       <version>0.9.5</version>
195     </dependency>
196     <dependency>
197       <groupId>com.ibm.icu</groupId>
198       <artifactId>icu4j</artifactId>
199       <version>3.4.4</version>
200     </dependency>
201     <dependency>
202       <groupId>log4j</groupId>
203       <artifactId>log4j</artifactId>
204       <version>1.2.14</version>
205     </dependency>
206     <dependency>
207       <groupId>junit</groupId>
208       <artifactId>junit</artifactId>
209       <version>3.8.1</version>
210       <type>jar</type>
211       <scope>test</scope>
212       <optional/>
213     </dependency>
214   </dependencies>
216   <build>
217     <resources>
218       <resource>
219         <targetPath>org/apache/tika</targetPath>
220         <directory>${basedir}/src/main/resources</directory>
221       </resource>
222     </resources>
223     <plugins>
224       <plugin>
225         <groupId>org.apache.maven.plugins</groupId>
226           <artifactId>maven-compiler-plugin</artifactId>
227           <configuration>
228             <source>1.5</source>
229             <target>1.5</target>
230           </configuration>
231         </plugin>
232         <plugin>
233           <artifactId>maven-surefire-plugin</artifactId>
234           <configuration>
235             <systemProperties>
236               <property>
237                 <name>log4j.configuration</name>
238                 <value>log4j/log4j.properties</value>
239               </property>
240             </systemProperties>
241           </configuration>
242         </plugin>
243         <plugin>
244           <artifactId>maven-antrun-plugin</artifactId>
245           <executions>
246             <!-- Include the project metadata files in META-INF -->
247             <execution>
248               <id>add-project-files</id>
249               <phase>process-resources</phase>
250               <configuration>
251                 <tasks>
252                 <copy todir="${project.build.outputDirectory}/META-INF">
253                   <fileset dir="${basedir}">
254                     <include name="README.txt"/>
255                     <include name="NOTICE.txt"/>
256                     <include name="LICENSE.txt"/>
257                   </fileset>
258                 </copy>
259               </tasks>
260             </configuration>
261             <goals>
262               <goal>run</goal>
263             </goals>
264           </execution>
265         </executions>
266       </plugin>
267     </plugins>
268   </build>
270 </project>