Maven Repository - POM file for Search solr-core 3.5.0 3.5.0

Summary

Apache Solr Core.

Declaration

Here is the list of declaration for solr-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.solr</groupId>
   <artifactId>solr-core</artifactId>
   <version>3.5.0</version>
</dependency>

If you think this Maven repository POM file listing for solr-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Apache License.

Plugin

The following plugins are used in the solr-core-3.5.0.jar

  1. appassembler-maven-plugin
  2. build-helper-maven-plugin
  3. maven-surefire-plugin




Packages

The following packages are defined in the solr-core-3.5.0.jar

org.apache.solr.analysis
org.apache.solr.client.solrj.embedded
org.apache.solr.core
org.apache.solr.handler
org.apache.solr.handler.admin
org.apache.solr.handler.component
org.apache.solr.highlight
org.apache.solr.request
org.apache.solr.response
org.apache.solr.schema
org.apache.solr.search
org.apache.solr.search.function
org.apache.solr.search.function.distance
org.apache.solr.search.grouping
org.apache.solr.search.grouping.collector
org.apache.solr.search.grouping.distributed
org.apache.solr.search.grouping.distributed.command
org.apache.solr.search.grouping.distributed.requestfactory
org.apache.solr.search.grouping.distributed.responseprocessor
org.apache.solr.search.grouping.distributed.shardresultserializer
org.apache.solr.search.grouping.endresulttransformer
org.apache.solr.servlet
org.apache.solr.servlet.cache
org.apache.solr.spelling
org.apache.solr.spelling.suggest
org.apache.solr.spelling.suggest.fst
org.apache.solr.spelling.suggest.jaspell
org.apache.solr.spelling.suggest.tst
org.apache.solr.tst
org.apache.solr.update
org.apache.solr.update.processor
org.apache.solr.util
org.apache.solr.util.plugin
org.apache.solr.util.xslt




POM File Source

Here is the content of the POM file.

<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">
  <!--
    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.
  -->
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.apache.solr</groupId>
    <artifactId>solr-parent</artifactId>
    <version>3.5.0</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <groupId>org.apache.solr</groupId>
  <artifactId>solr-core</artifactId>
  <packaging>jar</packaging>
  <name>Apache Solr Core</name>
  <description>Apache Solr Core</description>
  <properties>
    <module-directory>solr/core</module-directory>
    <build-directory>../build/solr-maven</build-directory>
  </properties>
  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>solr-solrj</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>solr-noggit</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-core</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-analyzers</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-highlighter</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-memory</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-misc</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-queries</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-spatial</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-spellchecker</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-grouping</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.solr</groupId>
      <artifactId>solr-commons-csv</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-fileupload</groupId>
      <artifactId>commons-fileupload</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-httpclient</groupId>
      <artifactId>commons-httpclient</artifactId>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>
    <dependency>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jetty</artifactId>
      <optional>true</optional> <!-- Only used for tests and one command-line utility: JettySolrRunner -->
    </dependency>
    <dependency>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jetty-util</artifactId>
      <optional>true</optional> <!-- Only used for tests and one command-line utility: JettySolrRunner -->
    </dependency>
    <dependency>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jsp-2.1-jetty</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <!-- compile scope; solr-core is a jar not a war -->
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <directory>${build-directory}</directory>
    <outputDirectory>${build-directory}/classes/java</outputDirectory>
    <testOutputDirectory>${build-directory}/classes/test</testOutputDirectory>
    <sourceDirectory>src/java</sourceDirectory>
    <testSourceDirectory>src/test</testSourceDirectory>
    <testResources>
      <testResource>
        <directory>src/test-files</directory>
      </testResource>
      <testResource>
        <directory>../solrj/src/test-files</directory>
      </testResource>
    </testResources>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <systemPropertyVariables>
            <java.util.logging.config.file>../../../testlogging.properties</java.util.logging.config.file>
          </systemPropertyVariables>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>appassembler-maven-plugin</artifactId>
        <configuration>
          <extraJvmArguments>-Xmx128M</extraJvmArguments>
          <repositoryLayout>flat</repositoryLayout>
          <platforms>
            <platform>windows</platform>
            <platform>unix</platform>
          </platforms>
          <programs>
            <program>
              <mainClass>org.apache.solr.client.solrj.embedded.JettySolrRunner</mainClass>
              <name>JettySolrRunner</name>
            </program>
            <program>
              <mainClass>org.apache.solr.util.BitSetPerf</mainClass>
              <name>BitSetPerf</name>
              <extraJvmArguments>-Xms128m -Xbatch</extraJvmArguments>
            </program>
            <program>
              <mainClass>org.apache.solr.util.SimplePostTool</mainClass>
              <name>SimplePostTool</name>
            </program>
            <program>
              <mainClass>org.apache.solr.util.SuggestMissingFactories</mainClass>
              <name>SuggestMissingFactories</name>
            </program>
          </programs>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>build-helper-maven-plugin</artifactId>
        <executions>
          <execution>
            <id>add-test-source</id>
            <phase>generate-test-sources</phase>
            <goals>
              <goal>add-test-source</goal>
            </goals>
            <configuration>
              <sources>
                <source>../test-framework/src/java</source>
                <source>../solrj/src/test</source>  <!-- solrj tests are run from solr-core -->
              </sources>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>jdk15</id>
      <activation>
        <jdk>1.5</jdk>
      </activation>
      <dependencies>
        <dependency>
          <groupId>org.apache.geronimo.specs</groupId>
          <artifactId>geronimo-stax-api_1.0_spec</artifactId>
        </dependency>
      </dependencies>
    </profile>
  </profiles>
</project>