2008-08-13 06:08:04 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
2011-01-20 22:44:13 -05:00
|
|
|
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">
|
2008-08-13 06:08:04 -04:00
|
|
|
<!--
|
|
|
|
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
|
2011-01-20 22:44:13 -05:00
|
|
|
|
2008-08-13 06:08:04 -04:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2011-01-20 22:44:13 -05:00
|
|
|
|
2008-08-13 06:08:04 -04:00
|
|
|
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.
|
|
|
|
-->
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2011-01-20 22:44:13 -05:00
|
|
|
<groupId>org.apache.lucene</groupId>
|
|
|
|
<artifactId>lucene-solr-grandparent</artifactId>
|
2011-01-22 02:26:17 -05:00
|
|
|
<version>@version@</version>
|
2011-01-20 22:44:13 -05:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2008-08-13 06:08:04 -04:00
|
|
|
</parent>
|
2008-08-19 17:14:45 -04:00
|
|
|
<groupId>org.apache.solr</groupId>
|
2008-08-13 06:08:04 -04:00
|
|
|
<artifactId>solr-parent</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
2011-01-20 22:44:13 -05:00
|
|
|
<name>Apache Solr parent POM</name>
|
|
|
|
<description>Apache Solr parent POM</description>
|
|
|
|
<modules>
|
2011-07-08 02:41:23 -04:00
|
|
|
<module>core</module>
|
|
|
|
<module>solrj</module>
|
|
|
|
<module>webapp</module>
|
|
|
|
<module>test-framework</module>
|
2011-01-20 22:44:13 -05:00
|
|
|
<module>contrib</module>
|
|
|
|
</modules>
|
2011-06-17 22:35:51 -04:00
|
|
|
<properties>
|
|
|
|
<tests.luceneMatchVersion>LUCENE_CURRENT</tests.luceneMatchVersion>
|
2012-02-27 01:02:06 -05:00
|
|
|
<module-directory>solr</module-directory>
|
2011-06-17 22:35:51 -04:00
|
|
|
</properties>
|
2012-02-27 01:02:06 -05:00
|
|
|
<scm>
|
|
|
|
<connection>
|
|
|
|
scm:svn:http://svn.apache.org/repos/asf/lucene/dev/trunk/${module-directory}
|
|
|
|
</connection>
|
|
|
|
<developerConnection>
|
|
|
|
scm:svn:https://svn.apache.org/repos/asf/lucene/dev/trunk/${module-directory}
|
|
|
|
</developerConnection>
|
|
|
|
<url>
|
|
|
|
http://svn.apache.org/viewvc/lucene/dev/trunk/${module-directory}
|
|
|
|
</url>
|
|
|
|
</scm>
|
2008-08-13 06:08:04 -04:00
|
|
|
<issueManagement>
|
|
|
|
<system>JIRA</system>
|
|
|
|
<url>http://issues.apache.org/jira/browse/SOLR</url>
|
|
|
|
</issueManagement>
|
|
|
|
<ciManagement>
|
|
|
|
<system>Hudson</system>
|
|
|
|
<url>
|
|
|
|
http://lucene.zones.apache.org:8080/hudson/job/Solr-Nightly/
|
|
|
|
</url>
|
|
|
|
</ciManagement>
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Solr User List</name>
|
|
|
|
<subscribe>solr-user-subscribe@lucene.apache.org</subscribe>
|
|
|
|
<unsubscribe>solr-user-unsubscribe@lucene.apache.org</unsubscribe>
|
|
|
|
<archive>
|
|
|
|
http://mail-archives.apache.org/mod_mbox/solr-user/
|
|
|
|
</archive>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
2011-01-20 22:44:13 -05:00
|
|
|
<name>Java Developer List</name>
|
|
|
|
<subscribe>dev-subscribe@lucene.apache.org</subscribe>
|
|
|
|
<unsubscribe>dev-unsubscribe@lucene.apache.org</unsubscribe>
|
|
|
|
<archive>http://mail-archives.apache.org/mod_mbox/lucene-dev/</archive>
|
2008-08-13 06:08:04 -04:00
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
2011-01-20 22:44:13 -05:00
|
|
|
<name>Java Commits List</name>
|
|
|
|
<subscribe>commits-subscribe@lucene.apache.org</subscribe>
|
|
|
|
<unsubscribe>commits-unsubscribe@lucene.apache.org</unsubscribe>
|
2008-08-13 06:08:04 -04:00
|
|
|
<archive>
|
2011-01-20 22:44:13 -05:00
|
|
|
http://mail-archives.apache.org/mod_mbox/lucene-java-commits/
|
2008-08-13 06:08:04 -04:00
|
|
|
</archive>
|
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
2008-08-14 02:01:13 -04:00
|
|
|
<inceptionYear>2006</inceptionYear>
|
2011-10-31 18:23:01 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-jdk14</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2011-01-20 22:44:13 -05:00
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<overview/>
|
|
|
|
<windowtitle>${project.name} ${project.version} API (${now.version})</windowtitle>
|
|
|
|
<doctitle>${project.name} ${project.version} API (${now.version})</doctitle>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
</build>
|
2008-08-13 06:08:04 -04:00
|
|
|
</project>
|