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>
|
|
|
|
<module>src</module>
|
|
|
|
<module>src/solrj</module>
|
|
|
|
<module>src/webapp</module>
|
2011-04-01 10:41:09 -04:00
|
|
|
<module>src/test-framework</module>
|
2011-01-20 22:44:13 -05:00
|
|
|
<module>contrib</module>
|
|
|
|
</modules>
|
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-01-20 22:44:13 -05:00
|
|
|
<build>
|
|
|
|
<directory>build/solr-parent</directory>
|
|
|
|
<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>
|